Ok, well for removing "special characters" you need to first figure out what "special characters" are. Then you could use the String.replace(char,char) method to "remove" them.

For reversing the...