String.length
length() -> number
Description
Get the number of characters in the string.
'This is a String.'.length() //= 17 'ⒶⒷⒸ 123'.length() //= 7
Get the number of characters in the string.
'This is a String.'.length() //= 17 'ⒶⒷⒸ 123'.length() //= 7