Character.isUnicodeIdentifierStart
Class Overview | Class Members |
This Package |
All Packages
public static boolean isUnicodeIdentifierStart( char ch )
Parameters
- ch
- the character to be tested.
Returns
true if the character may start a Unicode identifier;
false otherwise.
Description
Determines if the specified character is
permissible as the first character in a Unicode identifier.
A character may start a Unicode identifier if and only if
it is a letter.
See Also
isJavaIdentifierStart, isLetter, isUnicodeIdentifierPart