update doc/*/scripting/builtins/libutf8 and extensions.md

This commit is contained in:
MihailRis
2025-11-23 20:00:25 +03:00
parent 28589c4b3b
commit 69d04d49d5
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -30,4 +30,7 @@ utf8.lower(text: str) -> str
-- Escapes a string
utf8.escape(text: str) -> str
-- Escapes special XML characters
utf8.escape_xml(text: str) -> str
```