Does anyone happen to know if there is a method that checks if a character is uppercase? I searched through the 1.4.1 API and only found "toUpperCase()" for strings.
The method you want is in Character not in the basic java type char. It is a static method so you don't need to make a new instance of it to use...just put :
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.