add utf8.escape, string.escape & reformat extensions.md

This commit is contained in:
MihailRis
2024-11-18 09:21:16 +03:00
parent 618a9f0411
commit dcd8871ee1
7 changed files with 85 additions and 44 deletions
+1
View File
@@ -162,6 +162,7 @@ end
string.lower = utf8.lower
string.upper = utf8.upper
string.escape = utf8.escape
local meta = getmetatable("")