1 |
PCRE version 3.3 01-Aug-2000 |
PCRE version 3.4 22-Aug-2000 |
2 |
|
|
3 |
/(a)b|/ |
/(a)b|/ |
4 |
Capturing subpattern count = 1 |
Capturing subpattern count = 1 |
2064 |
/[\200-\410]/ |
/[\200-\410]/ |
2065 |
Failed: range out of order in character class at offset 9 |
Failed: range out of order in character class at offset 9 |
2066 |
|
|
2067 |
|
/^(?(0)f|b)oo/ |
2068 |
|
Failed: invalid condition (?(0) at offset 5 |
2069 |
|
|
2070 |
/ End of testinput2 / |
/ End of testinput2 / |
2071 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
2072 |
No options |
No options |