Parent Directory
|
Revision Log
|
Patch
| revision 28 by nigel, Sat Feb 24 21:38:49 2007 UTC | revision 29 by nigel, Sat Feb 24 21:38:53 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | PCRE version 2.02 14-Jan-1999 | PCRE version 2.03 12-Feb-1999 |
| 2 | ||
| 3 | /(?<!bar)foo/ | /(?<!bar)foo/ |
| 4 | foo | foo |
| # | Line 2806 No match | Line 2806 No match |
| 2806 | the.quick.brown.fox+ | the.quick.brown.fox+ |
| 2807 | No match | No match |
| 2808 | ||
| 2809 | /(?>.*)(?<=(abcd|wxyz))/ | |
| 2810 | alphabetabcd | |
| 2811 | 0: alphabetabcd | |
| 2812 | 1: abcd | |
| 2813 | endingwxyz | |
| 2814 | 0: endingwxyz | |
| 2815 | 1: wxyz | |
| 2816 | *** Failers | |
| 2817 | No match | |
| 2818 | a rather long string that doesn't end with one of them | |
| 2819 | No match | |
| 2820 | ||
| 2821 | / End of test input / | / End of test input / |
| 2822 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |