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
+3
View File
@@ -27,4 +27,7 @@ utf8.upper(text: str) -> str
-- Converts a string to lowercase
utf8.lower(text: str) -> str
-- Escapes a string
utf8.escape(text: str) -> str
```