176 |
|
|
177 |
/[z-\x{100}]/8D |
/[z-\x{100}]/8D |
178 |
|
|
|
/[z-\x{100}]/8Di |
|
|
|
|
179 |
/[z\Qa-d]Ä€\E]/8D |
/[z\Qa-d]Ä€\E]/8D |
180 |
\x{100} |
\x{100} |
181 |
Ä€ |
Ä€ |
190 |
|
|
191 |
/[^\xff]/8D |
/[^\xff]/8D |
192 |
|
|
193 |
|
/[Ä-Ü]/8 |
194 |
|
Ö # Matches without Study |
195 |
|
\x{d6} |
196 |
|
|
197 |
|
/[Ä-Ü]/8S |
198 |
|
Ö <-- Same with Study |
199 |
|
\x{d6} |
200 |
|
|
201 |
|
/[\x{c4}-\x{dc}]/8 |
202 |
|
Ö # Matches without Study |
203 |
|
\x{d6} |
204 |
|
|
205 |
|
/[\x{c4}-\x{dc}]/8S |
206 |
|
Ö <-- Same with Study |
207 |
|
\x{d6} |
208 |
|
|
209 |
|
/[Ã]/8 |
210 |
|
|
211 |
|
/Ã/8 |
212 |
|
|
213 |
|
/ÃÃÃxxx/8 |
214 |
|
|
215 |
|
/ÃÃÃxxx/8?D |
216 |
|
|
217 |
|
/abc/8 |
218 |
|
Ã] |
219 |
|
à |
220 |
|
ÃÃÃ |
221 |
|
ÃÃÃ\? |
222 |
|
|
223 |
|
/anything/8 |
224 |
|
\xc0\x80 |
225 |
|
\xc1\x8f |
226 |
|
\xe0\x9f\x80 |
227 |
|
\xf0\x8f\x80\x80 |
228 |
|
\xf8\x87\x80\x80\x80 |
229 |
|
\xfc\x83\x80\x80\x80\x80 |
230 |
|
\xfe\x80\x80\x80\x80\x80 |
231 |
|
\xff\x80\x80\x80\x80\x80 |
232 |
|
\xc3\x8f |
233 |
|
\xe0\xaf\x80 |
234 |
|
\xe1\x80\x80 |
235 |
|
\xf0\x9f\x80\x80 |
236 |
|
\xf1\x8f\x80\x80 |
237 |
|
\xf8\x88\x80\x80\x80 |
238 |
|
\xf9\x87\x80\x80\x80 |
239 |
|
\xfc\x84\x80\x80\x80\x80 |
240 |
|
\xfd\x83\x80\x80\x80\x80 |
241 |
|
|
242 |
|
/\x{100}abc(xyz(?1))/8D |
243 |
|
|
244 |
|
/[^\x{100}]abc(xyz(?1))/8D |
245 |
|
|
246 |
|
/[ab\x{100}]abc(xyz(?1))/8D |
247 |
|
|
248 |
|
/(\x{100}(b(?2)c))?/D8 |
249 |
|
|
250 |
|
/(\x{100}(b(?2)c)){0,2}/D8 |
251 |
|
|
252 |
|
/(\x{100}(b(?1)c))?/D8 |
253 |
|
|
254 |
|
/(\x{100}(b(?1)c)){0,2}/D8 |
255 |
|
|
256 |
|
/\W/8 |
257 |
|
A.B |
258 |
|
A\x{100}B |
259 |
|
|
260 |
|
/\w/8 |
261 |
|
\x{100}X |
262 |
|
|
263 |
|
/a\x{1234}b/P8 |
264 |
|
a\x{1234}b |
265 |
|
|
266 |
|
/^\ሴ/8D |
267 |
|
|
268 |
/ End of testinput5 / |
/ End of testinput5 / |