Character.isISOControl

Character.isISOControl

Class Overview | Class Members | This Package | All Packages

Syntax
public static boolean isISOControl( char ch )
Parameters
ch
the character to be tested.
Returns
true if the character is an ISO control character; false otherwise.
Description
Determines if the specified character is an ISO control character. A character is considered to be an ISO control character if its code is in the range \u0000 through \u001F or in the range \u007F through \u009F.

See Also
isSpaceChar, isWhitespace