Is it possible to perform wildcard replacement on string that contains lots of special characters?
String to search for:
<value="<level/>abc123"/>
Replace with:
<value="<level/>"/>
I basically want to get rid of all the abc123 in whole document.