add utf8.escape_xml and alias - string.escape_xml

This commit is contained in:
MihailRis
2025-11-23 19:52:49 +03:00
parent 91cb5ab7d8
commit 6810f9a03a
4 changed files with 37 additions and 0 deletions
@@ -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("")