Quote:
Originally Posted by mobiuser
The regex doesn't seem to work. I'm using notepad++.
|
You description of the string that you're looking for is somewhat vague. Assuming that you want to replace:
Code:
<b>take down</b> phrasal verb
with
Code:
<b>⌂take down</b> phrasal verb
You could search for:
Code:
<b>(.*)<\/b> (phrasal verb)
and replace it with: