Character.isUnicodeIdentifierPart

Character.isUnicodeIdentifierPart

Class Overview | Class Members | This Package | All Packages

Syntax
public static boolean isUnicodeIdentifierPart( char ch )
Parameters
ch
the character to be tested.
Returns
true if the character may be part of a Unicode identifier; false otherwise.
Description
Determines if the specified character may be part of a Unicode identifier as other than the first character. A character may be part of a Unicode identifier if and only if it is one of the following:

See Also
isIdentifierIgnorable, isJavaIdentifierPart, isLetterOrDigit, isUnicodeIdentifierStart