Parent Directory
|
Revision Log
|
Patch
revision 87 by nigel, Sat Feb 24 21:41:21 2007 UTC | revision 91 by nigel, Sat Feb 24 21:41:34 2007 UTC | |
---|---|---|
# | Line 1394 No match | Line 1394 No match |
1394 | AXY | AXY |
1395 | No match | No match |
1396 | ||
1397 | /^(\p{Z}[^\p{C}\p{Z}]+)*$/ | |
1398 | \xa0! | |
1399 | 0: \xa0! | |
1400 | 1: \xa0! | |
1401 | ||
1402 | /^[\pL](abc)(?1)/ | |
1403 | AabcabcYZ | |
1404 | 0: Aabcabc | |
1405 | 1: abc | |
1406 | ||
1407 | /([\pL]=(abc))*X/ | |
1408 | L=abcX | |
1409 | 0: L=abcX | |
1410 | 1: L=abc | |
1411 | 2: abc | |
1412 | ||
1413 | / End of testinput6 / | / End of testinput6 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |