Apr 21, 2003 #1 Cafka184 Programmer Joined Apr 21, 2003 Messages 1 Location US What class would i use if I am asked to change all text input to upper case? What would be the command syntax?
What class would i use if I am asked to change all text input to upper case? What would be the command syntax?
Apr 21, 2003 1 #2 pazhanikanthan Programmer Joined Aug 20, 2001 Messages 34 Location IN String is the class Teh method u need to use is toUpperCase () Upvote 0 Downvote