1 |
PCRE version 3.2 12-May-2000 |
PCRE version 3.4 22-Aug-2000 |
2 |
|
|
3 |
/(a)b|/ |
/(a)b|/ |
4 |
Capturing subpattern count = 1 |
Capturing subpattern count = 1 |
94 |
/[\B]/ |
/[\B]/ |
95 |
Failed: invalid escape sequence in character class at offset 2 |
Failed: invalid escape sequence in character class at offset 2 |
96 |
|
|
|
/[a-\w]/ |
|
|
Failed: invalid escape sequence in character class at offset 4 |
|
|
|
|
97 |
/[z-a]/ |
/[z-a]/ |
98 |
Failed: range out of order in character class at offset 3 |
Failed: range out of order in character class at offset 3 |
99 |
|
|
2061 |
AB |
AB |
2062 |
No match |
No match |
2063 |
|
|
2064 |
/ End of test input / |
/[\200-\410]/ |
2065 |
|
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 / |
2071 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
2072 |
No options |
No options |
2073 |
First char = ' ' |
First char = ' ' |