Project-GC Lua Sandbox API
Loading...
Searching...
No Matches
UTF8ToLower

Member Function Documentation

◆ UTF8ToLower()

UTF8ToLower ( $string)

Converts string to lower case.

Implemented since LUA doesn't have unicode support in their functions (for example string.lower).

Parameters
string$string(required) The UTF-8 string to convert to lower case.
Returns
string An uppercase UTF-8 string.