/
stringLength

stringLength



Function: stringLength()

Returns the length of a string.

Syntax

stringLength(stringToTest)

ArgumentTypeDescription
stringToTestStringThe string to be tested.

Examples

stringLength("01223236023")

Returns 11.

See Also

Related content

substring
substring
Read with this
stringLength
stringLength
More like this
addElement
addElement
Read with this
stringLength
stringLength
More like this
replaceAll
replaceAll
Read with this
stringLength
stringLength
More like this