Posts by Usuario • 23 points
1 post
-
2
votes1
answer336
viewsQ: Delete chunk from a string with replaceAll
I have a string, example: &texto-outroTexto=09213sdadwqWDQS Where "09213sdadwqWDQS" would be any text and "&texto-outroTexto=" would be a fixed text. I wanted to do the Regex of that string.…