!--a11y-->
Purpose
Returns the number of characters in a given string.
Syntax
int strLen (in string string)
Parameters
string |
String whose characters are to be counted. |
Example
`if (strniCmp(~language, "en", strLen("en")) == 0)`
English Version:
`end`
