add utf8.escape_xml and alias - string.escape_xml
This commit is contained in:
@@ -105,6 +105,7 @@ end
|
||||
string.lower = utf8.lower
|
||||
string.upper = utf8.upper
|
||||
string.escape = utf8.escape
|
||||
string.escape_xml = utf8.escape_xml
|
||||
|
||||
local meta = getmetatable("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user