Posts by Felipe Krause • 41 points
1 post
-
4
votes1
answer341
viewsQ: Check if String has '+' character
I need to search in a string if it has the + character, like this: teste = teste.replaceAll("+", "e"); but I return this error: java.util.regex.Patternssyntaxexception: Dangling meta Character '+'…