Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks
I would like to ask, if 1 regex can do a a filtering like that:
1. A string need to begin with a specfic string
2. in the middle it can't have a specific string
3. it match a pattern at the last.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regexp problem: filtering
by moritz (Cardinal) on Mar 12, 2008 at 08:59 UTC | |
|
Re: Regexp problem: filtering
by hipowls (Curate) on Mar 12, 2008 at 09:46 UTC | |
|
Re: Regexp problem: filtering
by jwkrahn (Abbot) on Mar 12, 2008 at 08:57 UTC | |
|
Re: Regexp problem: filtering
by halfcountplus (Hermit) on Mar 12, 2008 at 14:44 UTC |