Parent Directory
|
Revision Log
|
Patch
| revision 640 by ph10, Mon Jul 25 10:50:28 2011 UTC | revision 642 by ph10, Thu Jul 28 18:59:40 2011 UTC | |
|---|---|---|
| # | Line 3818 with \Y. ---/ | Line 3818 with \Y. ---/ |
| 3818 | ||
| 3819 | /[:a[:abc]b:]/ | /[:a[:abc]b:]/ |
| 3820 | ||
| 3821 | /((?2))((?1))/ | |
| 3822 | abc | |
| 3823 | ||
| 3824 | /((?(R2)a+|(?1)b))/ | |
| 3825 | aaaabcde | |
| 3826 | ||
| 3827 | /(?(R)a*(?1)|((?R))b)/ | |
| 3828 | aaaabcde | |
| 3829 | ||
| 3830 | /(a+|(?R)b)/ | |
| 3831 | ||
| 3832 | /-- End of testinput2 --/ | /-- End of testinput2 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |