Parent Directory
|
Revision Log
|
Patch
| revision 355 by ph10, Mon Jul 7 17:45:23 2008 UTC | revision 381 by ph10, Tue Mar 3 16:08:23 2009 UTC | |
|---|---|---|
| # | Line 2726 a random value. /Ix | Line 2726 a random value. /Ix |
| 2726 | ||
| 2727 | /(abc|pqr|123){0}[xyz]/SI | /(abc|pqr|123){0}[xyz]/SI |
| 2728 | ||
| 2729 | /(?(?=.*b)b|^)/CI | |
| 2730 | adc | |
| 2731 | abc | |
| 2732 | ||
| 2733 | /(?(?=b).*b|^d)/I | |
| 2734 | ||
| 2735 | /(?(?=.*b).*b|^d)/I | |
| 2736 | ||
| 2737 | / End of testinput2 / | / End of testinput2 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |