replace text between tags '<' and '>' regex

replace text between tags '<' and '>' regex

Hi,

I would like to replace this:
e.g.:
<p class='test'>....</p>

with:

<p class="tes"'>....</p>

i.e., would like to replace all " \' " with " \" " using regex for all text between '<' and '>' .

Regards