Package java.langClass String
int length()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns the length of this string. The length is equal to the number of Unicode characters in the string.
int l = "bäü∀".length(); // returns 4