Parent Directory
|
Revision Log
|
Patch
| revision 85 by nigel, Sat Feb 24 21:41:13 2007 UTC | revision 87 by nigel, Sat Feb 24 21:41:21 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| PCRE version 6.4 05-Sep-2005 | ||
| 1 | /abc/ | /abc/ |
| 2 | abc | abc |
| 3 | 0: abc | 0: abc |
| # | Line 675 No match | Line 673 No match |
| 673 | /^(a*\w|ab)=(?1)/ | /^(a*\w|ab)=(?1)/ |
| 674 | ab=ab | ab=ab |
| 675 | 0: ab=ab | 0: ab=ab |
| 1: ab=a | ||
| 676 | ||
| 677 | /^([^()]|\((?1)*\))*$/ | /^([^()]|\((?1)*\))*$/ |
| 678 | abc | abc |
| # | Line 983 Partial match: abc | Line 980 Partial match: abc |
| 980 | /(?<=foo)bar/ | /(?<=foo)bar/ |
| 981 | xyzfo\P | xyzfo\P |
| 982 | No match | No match |
| 983 | foob\R\P\>2 | foob\P\>2 |
| 984 | Partial match: b | Partial match: b |
| 985 | foobar...\R\P\>4 | foobar...\R\P\>4 |
| 986 | 0: ar | 0: ar |
| 987 | xyzfo\P | xyzfo\P |
| 988 | No match | No match |
| 989 | foobar\R\>2 | foobar\>2 |
| 990 | 0: bar | 0: bar |
| 991 | *** Failers | *** Failers |
| 992 | No match | No match |
| # | Line 6513 No match | Line 6510 No match |
| 6510 | line one\nthis is a line\nbreak in the second line | line one\nthis is a line\nbreak in the second line |
| 6511 | No match | No match |
| 6512 | ||
| 6513 | /1234/ | |
| 6514 | 123\P | |
| 6515 | Partial match: 123 | |
| 6516 | a4\P\R | |
| 6517 | No match | |
| 6518 | ||
| 6519 | /1234/ | |
| 6520 | 123\P | |
| 6521 | Partial match: 123 | |
| 6522 | 4\P\R | |
| 6523 | 0: 4 | |
| 6524 | ||
| 6525 | / End of testinput7 / | / End of testinput7 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |