Actions
Added in 1.8.10
$len(text)
Returns the length of the text.
Parameters
Parameter | Description |
text | The text to check. |
Example
; Check the length of 'text'. //echo -ag text length is $len(text)
Updated by Per Amundsen over 1 year ago · 3 revisions