Parent Directory
|
Revision Log
|
Patch
| revision 72 by nigel, Sat Feb 24 21:40:03 2007 UTC | revision 73 by nigel, Sat Feb 24 21:40:30 2007 UTC | |
|---|---|---|
| # | Line 955 special parenthesis, starting with (? | Line 955 special parenthesis, starting with (? |
| 955 | </P> | </P> |
| 956 | <P> | <P> |
| 957 | <pre> | <pre> |
| 958 | (?>\d+)bar | (?>\d+)foo |
| 959 | </PRE> | </PRE> |
| 960 | </P> | </P> |
| 961 | <P> | <P> |
| # | Line 1474 named parentheses). We could rewrite the | Line 1474 named parentheses). We could rewrite the |
| 1474 | </P> | </P> |
| 1475 | <P> | <P> |
| 1476 | <pre> | <pre> |
| 1477 | (?<pn> \( ( (?>[^()]+) | (?P>pn) )* \) ) | (?P<pn> \( ( (?>[^()]+) | (?P>pn) )* \) ) |
| 1478 | </PRE> | </PRE> |
| 1479 | </P> | </P> |
| 1480 | <P> | <P> |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |