Accname
2D-Graphics enthusiast
- Reaction score
- 1,456
Call me stupid if you want but i have problems of converting a String in java to all caps.
I am not talking about literals here, like abc etc, but rather numbers and special signs.
I want to get the same effect like pressing shift/capslock while typing.
I know i could make a hashtable which maps strings to strings but i hope there is a better way.
Thanks for the help.
I am not talking about literals here, like abc etc, but rather numbers and special signs.
I want to get the same effect like pressing shift/capslock while typing.
I know i could make a hashtable which maps strings to strings but i hope there is a better way.
Thanks for the help.