regex help needed
- From: GWHEELER@xxxxxxxxxxx (Gerald Wheeler)
- Date: Wed, 27 Sep 2006 13:11:17 -0600
I am looking for: ab1 in line1
and looking for: ab2 in line 2
actually ab1 and ab2 immediately follow the last "/" (there are
numerous "/" on the line (w/o quotes))
These are not working. can some explain what these say and what they
should say (syntax) to return the results I'm looking for: if ab1/ab2
are in the line, return true.
/^[^\#]*ab1/,@lines
/^[^\#]*ab2/,@lines
Thanks
.
- Follow-Ups:
- Re: regex help needed
- From: Owen
- Re: regex help needed
- From: nobull67@xxxxxxxxx
- Re: regex help needed
- Prev by Date: Re: perl question
- Next by Date: interpoliation within regexp
- Previous by thread: perl question
- Next by thread: Re: regex help needed
- Index(es):
Relevant Pages
|
|