Parent Directory
|
Revision Log
|
Patch
revision 1218 by ph10, Sun Nov 11 17:27:22 2012 UTC | revision 1260 by ph10, Wed Feb 27 15:41:22 2013 UTC | |
---|---|---|
# | Line 668 of case for anything other than the ASCI | Line 668 of case for anything other than the ASCI |
668 | ||
669 | /is{2}t/8i | /is{2}t/8i |
670 | iskt | iskt |
671 | ||
672 | /-- This property is a PCRE special --/ | |
673 | ||
674 | /^\p{Xuc}/8 | |
675 | $abc | |
676 | @abc | |
677 | `abc | |
678 | \x{1234}abc | |
679 | ** Failers | |
680 | abc | |
681 | ||
682 | /^\p{Xuc}+/8 | |
683 | $@`\x{a0}\x{1234}\x{e000}** | |
684 | ** Failers | |
685 | \x{9f} | |
686 | ||
687 | /^\p{Xuc}+?/8 | |
688 | $@`\x{a0}\x{1234}\x{e000}** | |
689 | ** Failers | |
690 | \x{9f} | |
691 | ||
692 | /^\p{Xuc}+?\*/8 | |
693 | $@`\x{a0}\x{1234}\x{e000}** | |
694 | ** Failers | |
695 | \x{9f} | |
696 | ||
697 | /^\p{Xuc}++/8 | |
698 | $@`\x{a0}\x{1234}\x{e000}** | |
699 | ** Failers | |
700 | \x{9f} | |
701 | ||
702 | /^\p{Xuc}{3,5}/8 | |
703 | $@`\x{a0}\x{1234}\x{e000}** | |
704 | ** Failers | |
705 | \x{9f} | |
706 | ||
707 | /^\p{Xuc}{3,5}?/8 | |
708 | $@`\x{a0}\x{1234}\x{e000}** | |
709 | ** Failers | |
710 | \x{9f} | |
711 | ||
712 | /^[\p{Xuc}]/8 | |
713 | $@`\x{a0}\x{1234}\x{e000}** | |
714 | ** Failers | |
715 | \x{9f} | |
716 | ||
717 | /^[\p{Xuc}]+/8 | |
718 | $@`\x{a0}\x{1234}\x{e000}** | |
719 | ** Failers | |
720 | \x{9f} | |
721 | ||
722 | /^\P{Xuc}/8 | |
723 | abc | |
724 | ** Failers | |
725 | $abc | |
726 | @abc | |
727 | `abc | |
728 | \x{1234}abc | |
729 | ||
730 | /^[\P{Xuc}]/8 | |
731 | abc | |
732 | ** Failers | |
733 | $abc | |
734 | @abc | |
735 | `abc | |
736 | \x{1234}abc | |
737 | ||
738 | /-- End of testinput7 --/ | /-- End of testinput7 --/ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |