theneil has asked for the wisdom of the Perl Monks concerning the following question:
I've been trying neg/pos lookaheads but I can't seem to match it. Any suggestions? Thanks!^[s][0|6]00[0-9]{2}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regex: If not beginning of string match end
by 2teez (Vicar) on Jan 17, 2013 at 17:24 UTC | |
|
Re: Regex: If not beginning of string match end
by Kenosis (Priest) on Jan 17, 2013 at 20:19 UTC | |
|
Re: Regex: If not beginning of string match end
by CountZero (Bishop) on Jan 17, 2013 at 21:57 UTC |