Parent Directory
|
Revision Log
|
Patch
revision 47 by nigel, Sat Feb 24 21:39:29 2007 UTC | revision 51 by nigel, Sat Feb 24 21:39:37 2007 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | PCRE version 3.2 12-May-2000 | PCRE version 3.4 22-Aug-2000 |
2 | ||
3 | /(?<!bar)foo/ | /(?<!bar)foo/ |
4 | foo | foo |
# | Line 2963 No match | Line 2963 No match |
2963 | 0: | 0: |
2964 | 0: | 0: |
2965 | ||
2966 | / End of test input / | /^[a-\d]/ |
2967 | abcde | |
2968 | 0: a | |
2969 | -things | |
2970 | 0: - | |
2971 | 0digit | |
2972 | 0: 0 | |
2973 | *** Failers | |
2974 | No match | |
2975 | bcdef | |
2976 | No match | |
2977 | ||
2978 | /^[\d-a]/ | |
2979 | abcde | |
2980 | 0: a | |
2981 | -things | |
2982 | 0: - | |
2983 | 0digit | |
2984 | 0: 0 | |
2985 | *** Failers | |
2986 | No match | |
2987 | bcdef | |
2988 | No match | |
2989 | ||
2990 | / End of testinput3 / | |
2991 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |