Function lua_str_contains_need_escape

Source
pub fn lua_str_contains_need_escape(s: &str) -> bool
Available on crate feature utils-escape only.
Expand description

Checks if a string contains characters that need to be escaped in Lua strings.