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

String.length

length() -> number

Description

Get the number of characters (bytes) in a String.

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

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

See Also