Parent Directory
|
Revision Log
|
Patch
revision 143 by ph10, Mon Apr 2 10:08:14 2007 UTC | revision 175 by ph10, Mon Jun 11 13:38:38 2007 UTC | |
---|---|---|
# | Line 6990 No match | Line 6990 No match |
6990 | 0: | 0: |
6991 | 0+ | 0+ |
6992 | ||
6993 | /(?|(abc)|(xyz))/ | |
6994 | >abc< | |
6995 | 0: abc | |
6996 | >xyz< | |
6997 | 0: xyz | |
6998 | ||
6999 | /(x)(?|(abc)|(xyz))(x)/ | |
7000 | xabcx | |
7001 | 0: xabcx | |
7002 | xxyzx | |
7003 | 0: xxyzx | |
7004 | ||
7005 | /(x)(?|(abc)(pqr)|(xyz))(x)/ | |
7006 | xabcpqrx | |
7007 | 0: xabcpqrx | |
7008 | xxyzx | |
7009 | 0: xxyzx | |
7010 | ||
7011 | /(?|(abc)|(xyz))(?1)/ | |
7012 | abcabc | |
7013 | 0: abcabc | |
7014 | xyzabc | |
7015 | 0: xyzabc | |
7016 | ** Failers | |
7017 | No match | |
7018 | xyzxyz | |
7019 | No match | |
7020 | ||
7021 | / End of testinput7 / | / End of testinput7 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |