<<< Character Data Manipulation | Index | Character class methods >>> |
Contains standard methods for testing values of characters
Methods that begin with is..., such as isUpperCase()
return boolean value
can be used in comparison statements
Methods that begin with to..., such as toUpperCase()
return character converted to the stated format
<<< Character Data Manipulation | Index | Character class methods >>> |