version 1.1.1.3, 2012/10/09 09:19:18
|
version 1.1.1.4, 2013/07/22 08:25:57
|
Line 49 No match
|
Line 49 No match
|
16: a |
16: a |
17: |
17: |
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
Matched, but too many subsidiary matches | Matched, but offsets vector is too small to show all matches |
0: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
0: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
1: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
1: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
2: aaaaaaaaaaaaaaaaaaaaaaaaaaaa |
2: aaaaaaaaaaaaaaaaaaaaaaaaaaaa |
Line 985 Partial match: abc
|
Line 985 Partial match: abc
|
xyzfo\P |
xyzfo\P |
No match |
No match |
foob\P\>2 |
foob\P\>2 |
Partial match: foob | Partial match at offset 3: foob |
foobar...\R\P\>4 |
foobar...\R\P\>4 |
0: ar |
0: ar |
xyzfo\P |
xyzfo\P |
Line 3260 No match
|
Line 3260 No match
|
|
|
/(.*)(\d*)/ |
/(.*)(\d*)/ |
I have 2 numbers: 53147 |
I have 2 numbers: 53147 |
Matched, but too many subsidiary matches | Matched, but offsets vector is too small to show all matches |
0: I have 2 numbers: 53147 |
0: I have 2 numbers: 53147 |
1: I have 2 numbers: 5314 |
1: I have 2 numbers: 5314 |
2: I have 2 numbers: 531 |
2: I have 2 numbers: 531 |
Line 3295 Matched, but too many subsidiary matches
|
Line 3295 Matched, but too many subsidiary matches
|
|
|
/(.*?)(\d*)/ |
/(.*?)(\d*)/ |
I have 2 numbers: 53147 |
I have 2 numbers: 53147 |
Matched, but too many subsidiary matches | Matched, but offsets vector is too small to show all matches |
0: I have 2 numbers: 53147 |
0: I have 2 numbers: 53147 |
1: I have 2 numbers: 5314 |
1: I have 2 numbers: 5314 |
2: I have 2 numbers: 531 |
2: I have 2 numbers: 531 |
Line 7466 Error -16 (item unsupported for DFA matching)
|
Line 7466 Error -16 (item unsupported for DFA matching)
|
xyzabc123pqr |
xyzabc123pqr |
0: 123 |
0: 123 |
xyzabc12\P |
xyzabc12\P |
Partial match: abc12 | Partial match at offset 6: abc12 |
xyzabc12\P\P |
xyzabc12\P\P |
Partial match: abc12 | Partial match at offset 6: abc12 |
|
|
/\babc\b/ |
/\babc\b/ |
+++abc+++ |
+++abc+++ |
0: abc |
0: abc |
+++ab\P |
+++ab\P |
Partial match: +ab | Partial match at offset 3: +ab |
+++ab\P\P |
+++ab\P\P |
Partial match: +ab | Partial match at offset 3: +ab |
|
|
/(?=C)/g+ |
/(?=C)/g+ |
ABCDECBA |
ABCDECBA |
Line 7625 Error -16 (item unsupported for DFA matching)
|
Line 7625 Error -16 (item unsupported for DFA matching)
|
|
|
/(?<=abc)def/ |
/(?<=abc)def/ |
abc\P\P |
abc\P\P |
Partial match: abc | Partial match at offset 3: abc |
|
|
/abc$/ |
/abc$/ |
abc |
abc |
Line 7848 Error -26 (nested recursion at the same subject positi
|
Line 7848 Error -26 (nested recursion at the same subject positi
|
|
|
/(a+)/ |
/(a+)/ |
\O6aaaa |
\O6aaaa |
Matched, but too many subsidiary matches | Matched, but offsets vector is too small to show all matches |
0: aaaa |
0: aaaa |
1: aaa |
1: aaa |
2: aa |
2: aa |
Line 8015 Error -30 (invalid data in workspace for DFA restart)
|
Line 8015 Error -30 (invalid data in workspace for DFA restart)
|
xx\xa0xxxxxabcd |
xx\xa0xxxxxabcd |
0: xx\xa0xxxxxabcd |
0: xx\xa0xxxxxabcd |
1: xx\xa0xxxxxabc |
1: xx\xa0xxxxxabc |
|
|
|
/abcd/ |
|
abcd\O0 |
|
Matched, but offsets vector is too small to show all matches |
|
|
/-- End of testinput8 --/ |
/-- End of testinput8 --/ |