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