Get the length of a string.
stringLen(string)
returns numeric
string.len()
Name | Type | Required | Default | Description |
---|---|---|---|---|
string | string | Yes |
Output the length of the string “Hello World”.
StringLen("Hello World")
Output the length of the string “Hello World”.
"Hello World".len()