Re: regular expression, matching sub item



wheels619@xxxxxxxxx schreef:

> I'm trying to do a search and replace on:
> 4in'>1.
> with
> 4in'><a name='1'></a>1.


s~(4in'>)(\d+)(\.)~$1<a name='$2'></a>$2$3~

--
Affijn, Ruud

"Gewoon is een tijger."
.



Relevant Pages