“How to use the STRLENGTH function?”
The StrLength function returns the number of characters in a given string variable.
We can give any of the hardcoded or dynamic values
STRLENGTH(string: any, ignoreWhiteSpace?)
Example →
STRLENGTH(“decimal”)
OUTPUT - 7