|
Project-GC Lua Sandbox API
|
| UTF8ToUpper | ( | $string | ) |
Converts string to upper case.
Implemented since LUA doesn't have unicode support in their functions (for example string.upper).
| string | $string | (required) The UTF-8 string to convert to upper case. |