Overview
This function returns the number of characters in a given string.
Parameters
stringCount(string)
String
The string to count characters in.
For example...
stringCount("Hello")
Returns 5.
An expression editor function that counts the number of characters in a string.
This function returns the number of characters in a given string.
stringCount(string)
The string to count characters in.
For example...
stringCount("Hello")
Returns 5.