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 2643 a random value. /Ix | Line 2643 a random value. /Ix |
2643 | XaaX | XaaX |
2644 | XAAX | XAAX |
2645 | ||
2646 | /(?=(?<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>\})\}))\{/ | |
2647 | ||
2648 | /(?<n>a|b|c)\g<n>*/ | |
2649 | abc | |
2650 | accccbbb | |
2651 | ||
2652 | / End of testinput2 / | / End of testinput2 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |