Parent Directory
|
Revision Log
|
Patch
| revision 427 by ph10, Fri Aug 28 09:55:54 2009 UTC | revision 428 by ph10, Mon Aug 31 17:10:26 2009 UTC | |
|---|---|---|
| # | Line 9918 Partial match: 123999 | Line 9918 Partial match: 123999 |
| 9918 | ||
| 9919 | /Z(*F)/ | /Z(*F)/ |
| 9920 | Z\P | Z\P |
| 9921 | Partial match: Z | No match |
| 9922 | ZA\P | ZA\P |
| 9923 | No match | No match |
| 9924 | ||
| 9925 | /Z(?!)/ | /Z(?!)/ |
| 9926 | Z\P | Z\P |
| 9927 | Partial match: Z | No match |
| 9928 | ZA\P | ZA\P |
| 9929 | No match | No match |
| 9930 | ||
| # | Line 9934 No match | Line 9934 No match |
| 9934 | dogs\P\P | dogs\P\P |
| 9935 | Partial match: dogs | Partial match: dogs |
| 9936 | ||
| 9937 | /dog(sbody)??/ | |
| 9938 | dogs\P | |
| 9939 | 0: dog | |
| 9940 | dogs\P\P | |
| 9941 | 0: dog | |
| 9942 | ||
| 9943 | /dog|dogsbody/ | /dog|dogsbody/ |
| 9944 | dogs\P | dogs\P |
| 9945 | 0: dog | 0: dog |
| 9946 | dogs\P\P | dogs\P\P |
| 9947 | 0: dog | 0: dog |
| 9948 | ||
| 9949 | /dogsbody|dog/ | |
| 9950 | dogs\P | |
| 9951 | 0: dog | |
| 9952 | dogs\P\P | |
| 9953 | Partial match: dogs | |
| 9954 | ||
| 9955 | /\bthe cat\b/ | |
| 9956 | the cat\P | |
| 9957 | 0: the cat | |
| 9958 | the cat\P\P | |
| 9959 | Partial match: the cat | |
| 9960 | ||
| 9961 | /abc/ | |
| 9962 | abc\P | |
| 9963 | 0: abc | |
| 9964 | abc\P\P | |
| 9965 | 0: abc | |
| 9966 | ||
| 9967 | / End of testinput2 / | / End of testinput2 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |