strlen
Returns the length of the string.
Syntax
strlen(string)
Argument
- string
 - The string for which length is to be determined.
 
Example
| Templex Expression | Results | 
|---|---|
{s = "Hello
                                            world!"}
  | 
                                12 |