szabgab has asked for the wisdom of the Perl Monks concerning the following question:
(?=pattern) - zero-width positive look-ahead (?!pattern) - zero-width negative look-ahead (?<=pattern) - zero-width positive look-behind (?<!pattern) - zero-width negative look-behind (?{ code }) - zero-width assertion with embedded code (??{ code }) - postponed subexpression (?>pattern) - "independent" subexpression (?(condition)yes-pattern|no-pattern) - conditional expression (?(condition)yes-pattern)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: real world extended regex examples
by GrandFather (Saint) on Oct 12, 2006 at 14:22 UTC | |
|
Re: real world extended regex examples
by Fletch (Bishop) on Oct 12, 2006 at 14:20 UTC | |
|
Re: real world extended regex examples
by Eimi Metamorphoumai (Deacon) on Oct 12, 2006 at 15:44 UTC | |
|
Re: real world extended regex examples
by johngg (Canon) on Oct 12, 2006 at 14:42 UTC | |
|
Re: real world extended regex examples
by blazar (Canon) on Oct 12, 2006 at 14:56 UTC | |
|
Re: real world extended regex examples
by planetscape (Chancellor) on Oct 12, 2006 at 21:34 UTC |