Len
Returns the number of characters in a string, including spaces.
Usage
Len(text)
text (required) A string or column where each row contains a string.
Example
Len("")
- Returns 0
Len("東京大学")
- Returns 4
Returns the number of characters in a string, including spaces.
Len(text)
text (required) A string or column where each row contains a string.
Len("")
Len("東京大学")