public int length ()

Implementing: java.lang.CharSequence

Returns the length of this string. The length is equal to the number of Unicode code units in the string.

Returns:  the length of the sequence of characters represented by this object.