Re: regular expression, matching sub item
- From: "Dr.Ruud" <rvtol+news@xxxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 13:50:02 +0100
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."
.
- References:
- regular expression, matching sub item
- From: wheels619
- regular expression, matching sub item
- Prev by Date: Re: why doesn't sort properly?
- Next by Date: Re: why doesn't sort properly?
- Previous by thread: Re: regular expression, matching sub item
- Next by thread: Why does Net::SFTP trigger my die handler when no errors?
- Index(es):
Relevant Pages
|