I want to replace + sign with 2 blackslash and 1 + sign (\\+)...
when I use the replaceAll()...
It throws a 500 status error like
"java.util.rege x.PatternSyntax Exception: Dangling meta character '+' near index 0"
wht s the solution or how can I replace ????
when I use the replaceAll()...
It throws a 500 status error like
"java.util.rege x.PatternSyntax Exception: Dangling meta character '+' near index 0"
wht s the solution or how can I replace ????
Comment