Parent Directory
|
Revision Log
|
Patch
revision 470 by ph10, Mon Oct 19 11:43:18 2009 UTC | revision 471 by ph10, Fri Dec 11 15:11:55 2009 UTC | |
---|---|---|
# | Line 10463 No set of starting bytes | Line 10463 No set of starting bytes |
10463 | cat | cat |
10464 | No match | No match |
10465 | ||
10466 | /i(?(DEFINE)(?<s>a))/SI | |
10467 | Capturing subpattern count = 1 | |
10468 | Named capturing subpatterns: | |
10469 | s 1 | |
10470 | No options | |
10471 | First char = 'i' | |
10472 | No need char | |
10473 | Subject length lower bound = 1 | |
10474 | No set of starting bytes | |
10475 | i | |
10476 | 0: i | |
10477 | ||
10478 | /()i(?(1)a)/SI | |
10479 | Capturing subpattern count = 1 | |
10480 | No options | |
10481 | No first char | |
10482 | Need char = 'i' | |
10483 | Subject length lower bound = 1 | |
10484 | Starting byte set: i | |
10485 | ia | |
10486 | 0: ia | |
10487 | 1: | |
10488 | ||
10489 | /-- End of testinput2 --/ | /-- End of testinput2 --/ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |