Package java.lang
Class String

Public Method length

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