If a particular String contains a newline character that is invisible (not \n but is 0A in hexadecimal because this value is passed down from the database), how can i able to chomp it away? Will Apache Chomp help?
The hex form of the text returned from the database is "5761 6920 4D61 6E0D 0A"
It translates to "Wai Man" with a carriage return.
You can use a regular expression