A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Beginning Java
Author
Convert a char from lower case to uppercase
Ben Craig
Greenhorn
Joined: Feb 03, 2004
Posts: 6
posted
Feb 04, 2004 09:17:00
0
How do you convert a char from lower to upper case?
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
posted
Feb 04, 2004 09:20:00
0
Character.toUpperCase(char)
[
How To Ask Good Questions
] [
JavaRanch FAQ Wiki
] [
JavaRanch Radio
]
Ben Craig
Greenhorn
Joined: Feb 03, 2004
Posts: 6
posted
Feb 04, 2004 09:21:00
0
thanks a million!!!
Sadanand Murthy
Ranch Hand
Joined: Nov 26, 2003
Posts: 382
posted
Feb 04, 2004 13:43:00
0
Originally posted by Ben Craig:
thanks a million!!!
Just a pointer. API documentation is your friend. Use it. Refer to it. It will tell what you can do and how to do it.
Ever Existing, Ever Conscious, Ever-new Bliss
I agree. Here's the link:
http://jrebel.com/download
subject: Convert a char from lower case to uppercase
Similar Threads
Converting lower case chars to upper case (or vice versa)
is there any special function in java for the following ?
compare strings case insensitive?
Converting to Upper Case
assignement final local variable doubt
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter