$str.length
Returns the length of the given string
Usage
<uint> $str.length(<data:string>)
Description
Returns the length (that is, number of characters) of the given string. This function is internally aliased to $str.len() too.

Index, Functions