Returns the number of characters held in this string.
len = "blah foo".length()str = "abc xyz"len2 = str.length()