Character.isJavaIdentifierStart

Character.isJavaIdentifierStart

Class Overview | Class Members | This Package | All Packages

Syntax
public static boolean isJavaIdentifierStart( char ch )
Parameters
ch
the character to be tested.
Returns
true if the character may start a Java identifier; false otherwise.
Description
Determines if the specified character is permissible as the first character in a Java identifier. A character may start a Java identifier if and only if it is one of the following:

See Also
isJavaIdentifierPart, isLetter, isUnicodeIdentifierStart