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

Member Function Documentation

◆ UTF8StrLen()

UTF8StrLen ( $string)

Returns length of string.

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

Parameters
string$string(required) The UTF-8 string to extract from.
Returns
int Number of characters.