1 |
PCRE version 4.1 12-Mar-2003 |
PCRE version 4.2 14-Apr-2003 |
2 |
|
|
3 |
/\x{100}/8DM |
/\x{100}/8DM |
4 |
Memory allocation (code space): 11 |
Memory allocation (code space): 11 |
774 |
Ā |
Ā |
775 |
0: \x{100} |
0: \x{100} |
776 |
|
|
777 |
|
/[\xFF]/D |
778 |
|
------------------------------------------------------------------ |
779 |
|
0 6 Bra 0 |
780 |
|
3 1 \xff |
781 |
|
6 6 Ket |
782 |
|
9 End |
783 |
|
------------------------------------------------------------------ |
784 |
|
Capturing subpattern count = 0 |
785 |
|
No options |
786 |
|
First char = 255 |
787 |
|
No need char |
788 |
|
>\xff< |
789 |
|
0: \xff |
790 |
|
|
791 |
|
/[\xff]/D8 |
792 |
|
------------------------------------------------------------------ |
793 |
|
0 36 Bra 0 |
794 |
|
3 [\xff] |
795 |
|
36 36 Ket |
796 |
|
39 End |
797 |
|
------------------------------------------------------------------ |
798 |
|
Capturing subpattern count = 0 |
799 |
|
Options: utf8 |
800 |
|
No first char |
801 |
|
No need char |
802 |
|
>\x{ff}< |
803 |
|
0: \x{ff} |
804 |
|
|
805 |
|
/[^\xFF]/D |
806 |
|
------------------------------------------------------------------ |
807 |
|
0 5 Bra 0 |
808 |
|
3 [^\xff] |
809 |
|
5 5 Ket |
810 |
|
8 End |
811 |
|
------------------------------------------------------------------ |
812 |
|
Capturing subpattern count = 0 |
813 |
|
No options |
814 |
|
No first char |
815 |
|
No need char |
816 |
|
|
817 |
|
/[^\xff]/8D |
818 |
|
------------------------------------------------------------------ |
819 |
|
0 36 Bra 0 |
820 |
|
3 [\x00-\xfe] (neg) |
821 |
|
36 36 Ket |
822 |
|
39 End |
823 |
|
------------------------------------------------------------------ |
824 |
|
Capturing subpattern count = 0 |
825 |
|
Options: utf8 |
826 |
|
No first char |
827 |
|
No need char |
828 |
|
|
829 |
/ End of testinput5 / |
/ End of testinput5 / |
830 |
|
|