Scalar FunctionsString Functions
string_size
Returns the size of the input string in UTF-8 bytes.
Syntax
string_size(source)Parameters
Prop
Type
Returns: long
Examples
Example 1
print string_size("Lindisfarne")| print_0 (long) |
|---|
| 11 |
Returns the size of the input string in UTF-8 bytes.
string_size(source)Prop
Type
Returns: long
print string_size("Lindisfarne")| print_0 (long) |
|---|
| 11 |