Parent Directory
|
Revision Log
|
Patch
revision 207 by ph10, Mon Aug 6 09:32:14 2007 UTC | revision 218 by ph10, Thu Aug 16 10:13:23 2007 UTC | |
---|---|---|
# | Line 99 No match | Line 99 No match |
99 | No match | No match |
100 | ||
101 | /^\p{Cs}/8 | /^\p{Cs}/8 |
102 | \x{dfff} | \?\x{dfff} |
103 | 0: \x{dfff} | 0: \x{dfff} |
104 | ** Failers | ** Failers |
105 | No match | No match |
# | Line 113 No match | Line 113 No match |
113 | No match | No match |
114 | Z | Z |
115 | No match | No match |
116 | \x{dfff} | \x{e000} |
117 | No match | No match |
118 | ||
119 | /^\p{Lm}/8 | /^\p{Lm}/8 |
# | Line 1464 No match | Line 1464 No match |
1464 | \x8aBCD | \x8aBCD |
1465 | No match | No match |
1466 | ||
1467 | /[\PPP\x8a]{1,}\x80/ | |
1468 | A\x80 | |
1469 | 0: A\x80 | |
1470 | ||
1471 | /(?:[\PPa*]*){8,}/ | |
1472 | ||
1473 | /[\P{Any}]/BZ | |
1474 | ------------------------------------------------------------------ | |
1475 | Bra | |
1476 | [\P{Any}] | |
1477 | Ket | |
1478 | End | |
1479 | ------------------------------------------------------------------ | |
1480 | ||
1481 | /[\P{Any}\E]/BZ | |
1482 | ------------------------------------------------------------------ | |
1483 | Bra | |
1484 | [\P{Any}] | |
1485 | Ket | |
1486 | End | |
1487 | ------------------------------------------------------------------ | |
1488 | ||
1489 | /(\P{Yi}+\277)/ | |
1490 | ||
1491 | /(\P{Yi}+\277)?/ | |
1492 | ||
1493 | /(?<=\P{Yi}{3}A)X/ | |
1494 | ||
1495 | /\p{Yi}+(\P{Yi}+)(?1)/ | |
1496 | ||
1497 | / End of testinput6 / | / End of testinput6 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |