Navigator 2.0, Internet Explorer 3.0
string.length
The String.length property is an integer that indicates the number of characters in the specified string. For any string s, the index of the last character is s.length-1.
"String"