Returns the length of the string in bytes. For the UTF-8 strings the length can be different from actual number of characters.
Name | Mandatory | Default | Description |
---|---|---|---|
value | Yes | The string to define its length, variables are allowed |
<#stringlength value="Test Test">
The above example will output:
9