0

I'm trying to change value of element in my tables. I have tousands of this. The code is

<td>350,19</td>

and i need to change it to

<td>350,19 &euro;</td>

Problem is that i don't know how to replace it with notepad++. The find selection works with

 \d{0,3}+\,\d{2}

but replace doesnt work. When i put

\1 &euro; or $1 &euro;

it puts only

&euro; in <td></td>

How can i add euro sign to that code.

0 Answers0