A string I retrieved from database contains \ which i need to remove.But as I put the replaceAll function it marks an error. Anyone got help please???
String I retrieved: Bebo\'b String required: Bebo'b I tried this function: str.replaceAll("\",""); marks an error where str is the retrieved string.