123 |
\x{2028} |
\x{2028} |
124 |
\x{200d} |
\x{200d} |
125 |
|
|
126 |
/-- These four are here rather than in test 6 because Perl has problems with |
/-- These are here rather than in test 6 because Perl has problems with |
127 |
the negative versions of the properties. --/ |
the negative versions of the properties and behaves has changed how |
128 |
|
it behaves for caseless matching. --/ |
129 |
|
|
130 |
/\p{^Lu}/8i |
/\p{^Lu}/8i |
131 |
1234 |
1234 |
150 |
a |
a |
151 |
\x{1d00} |
\x{1d00} |
152 |
|
|
153 |
|
/\p{Lu}/8i |
154 |
|
A |
155 |
|
aZ |
156 |
|
** Failers |
157 |
|
abc |
158 |
|
|
159 |
/[\x{c0}\x{391}]/8i |
/[\x{c0}\x{391}]/8i |
160 |
\x{c0} |
\x{c0} |
161 |
\x{e0} |
\x{e0} |