Parent Directory
|
Revision Log
|
Patch
| revision 333 by ph10, Thu Apr 10 19:55:57 2008 UTC | revision 334 by ph10, Fri Apr 11 15:48:14 2008 UTC | |
|---|---|---|
| # | Line 9505 No match | Line 9505 No match |
| 9505 | 0: AA | 0: AA |
| 9506 | 1: A | 1: A |
| 9507 | ||
| 9508 | /(?=(?<regex>(?#simplesyntax)\$(?<name>[a-zA-Z_\x{7f}-\x{ff}][a-zA-Z0-9_\x{7f}-\x{ff}]*)(?:\[(?<index>[a-zA-Z0-9_\x{7f}-\x{ff}]+|\$\g<name>)\]|->\g<name>(\(.*?\))?)?|(?#simple syntax withbraces)\$\{(?:\g<name>(?<indices>\[(?:\g<index>|'(?:\\.|[^'\\])*'|"(?:\g<regex>|\\.|[^"\\])*")\])?|\g<complex>|\$\{\g<complex>\})\}|(?#complexsyntax)\{(?<complex>\$(?<segment>\g<name>(\g<indices>*|\(.*?\))?)(?:->\g<segment>)*|\$\g<complex>|\$\{\g<complex>\})\}))\{/ | |
| 9509 | ||
| 9510 | /(?<n>a|b|c)\g<n>*/ | |
| 9511 | abc | |
| 9512 | 0: abc | |
| 9513 | 1: a | |
| 9514 | accccbbb | |
| 9515 | 0: accccbbb | |
| 9516 | 1: a | |
| 9517 | ||
| 9518 | / End of testinput2 / | / End of testinput2 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |