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

Member Function Documentation

◆ UTF8ToUpper()

UTF8ToUpper ( $string)

Converts string to upper case.

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

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