Anyone can help me with a regular expression problem?
I want to find and replace between html tags So, if I have
<p>hello</p> <i>bye bye</i>
I want to search and replace e to u for example. So the result would be
<p>hullo</p> <i>byu byu</i>
i think it’s easy to work around this problem, but i’m spending more time than i expected…
Thanks!