Version: v0.8.1 - Beta.  We welcome contributors & feedback.

String.length

length() -> number

Description

Get the number of characters in the string.

'This is a String.'.length()
//= 17

'ⒶⒷⒸ 123'.length()
//= 7

See Also