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