• Home
  • Raw
  • Download

Lines Matching refs:utf

8 /\x{100}ab/utf
12 /a\x{100}*b/utf
20 /a\x{100}+b/utf
29 /\bX/utf
40 /\BX/utf
51 /X\b/utf
62 /X\B/utf
73 /[^a]/utf
79 /^[abc\x{123}\x{400}-\x{402}]{2,3}\d/utf
96 /a.b/utf
107 /a(.{3})b/utf
126 /a(.*?)(.)/utf
137 /a(.*)(.)/utf
146 /a(.)(.)/utf
155 /a(.?)(.)/utf
165 /a(.??)(.)/utf
170 /a(.{3})b/utf
183 /a(.{3,})b/utf
199 /a(.{3,}?)b/utf
215 /a(.{3,5})b/utf
236 /a(.{3,5}?)b/utf
257 /^[a\x{c0}]/utf
262 /(?<=aXb)cd/utf
266 /(?<=a\x{100}b)cd/utf
270 /(?<=a\x{100000}b)cd/utf
274 /(?:\x{100}){3}b/utf
281 /\x{ab}/utf
290 /(?<=(.))X/utf
299 /[^a]+/g,utf
306 /^[^a]{2}/utf
310 /^[^a]{2,}/utf
314 /^[^a]{2,}?/utf
319 /[^a]+/gi,utf
326 /^[^a]{2}/i,utf
330 /^[^a]{2,}/i,utf
334 /^[^a]{2,}?/i,utf
339 /\x{100}{0,0}/utf
343 /\x{100}?/utf
349 /\x{100}{0,3}/utf
355 /\x{100}*/utf
361 /\x{100}{1,1}/utf
365 /\x{100}{1,3}/utf
369 /\x{100}+/utf
373 /\x{100}{3}/utf
377 /\x{100}{3,5}/utf
381 /\x{100}{3,}/utf,no_auto_possess
389 /(?<=a\x{100}{2}b)X/utf
393 /\D*/utf,no_auto_possess
412 /\D*/utf,no_auto_possess
431 /\D/utf
437 />\S/utf
443 /\d/utf
447 /\s/utf
451 /\D+/utf
458 /\D{2,3}/utf
469 /\D{2,3}?/utf
481 /\d+/utf
485 /\d{2,3}/utf
494 /\d{2,3}?/utf
504 /\S+/utf
511 /\S{2,3}/utf
520 /\S{2,3}?/utf
531 />\s+</utf
535 />\s{2,3}</utf
544 />\s{2,3}?</utf
553 /\w+/utf
560 /\w{2,3}/utf
569 /\w{2,3}?/utf
579 /\W+/utf
586 /\W{2,3}/utf
595 /\W{2,3}?/utf
605 /[\x{100}]/utf
613 /[Z\x{100}]/utf
621 /[\x{100}\x{200}]/utf
627 /[\x{100}-\x{200}]/utf
635 /[z-\x{200}]/utf
647 /[Q\x{100}\x{200}]/utf
655 /[Q\x{100}-\x{200}]/utf
665 /[Qz-\x{200}]/utf
679 /[\x{100}\x{200}]{1,3}/utf
687 /[\x{100}\x{200}]{1,3}?/utf
697 /[Q\x{100}\x{200}]{1,3}/utf
705 /[Q\x{100}\x{200}]{1,3}?/utf
715 /(?<=[\x{100}\x{200}])X/utf
724 /(?<=[Q\x{100}\x{200}])X/utf
735 /(?<=[\x{100}\x{200}]{3})X/utf
744 /[^\x{100}\x{200}]X/utf
757 /[^Q\x{100}\x{200}]X/utf
772 /[^\x{100}-\x{200}]X/utf
785 /[z-\x{100}]/i,utf
802 /[\xff]/utf
810 /[^\xff]/utf
816 /^[ac]*b/utf
821 /^[ac\x{100}]*b/utf
826 /^[^x]*b/i,utf
831 /^[^x]*b/utf
836 /^\d*b/utf
841 /(|a)/g,utf
859 /^\x{85}$/i,utf
863 /^abc./gmx,newline=any,utf
875 /abc.$/gmx,newline=any,utf
887 /^a\Rb/bsr=unicode,utf
908 /^a\R*b/bsr=unicode,utf
928 /^a\R+b/bsr=unicode,utf
949 /^a\R{1,3}b/bsr=unicode,utf
970 /\h+\V?\v{3,4}/utf,no_auto_possess
975 /\V?\v{3,4}/utf,no_auto_possess
980 /\h+\V?\v{3,4}/utf,no_auto_possess
984 /\V?\v{3,4}/utf,no_auto_possess
988 /\H\h\V\v/utf
997 /\H*\h+\V?\v{3,4}/utf,no_auto_possess
1010 /\H\h\V\v/utf
1019 /\H*\h+\V?\v{3,4}/utf,no_auto_possess
1032 /a\Rb/I,bsr=anycrlf,utf
1034 Options: utf
1051 /a\Rb/I,bsr=unicode,utf
1053 Options: utf
1069 /a\R?b/I,bsr=anycrlf,utf
1071 Options: utf
1088 /a\R?b/I,bsr=unicode,utf
1090 Options: utf
1106 /X/newline=any,utf,firstline
1110 /abcd*/utf
1116 /abcd*/i,utf
1126 /abc\d*/utf
1132 /abc[de]*/utf
1138 /\bthe cat\b/utf
1144 /./newline=crlf,utf
1150 /.{2,3}/newline=crlf,utf
1164 /.{2,3}?/newline=crlf,utf
1179 /[^\x{100}]/utf
1183 /[^\x{100}]+/utf
1187 /\pL\P{Nd}/utf
1196 /\X./utf
1207 /\X\X/utf
1218 /^\pL+/utf
1224 /^\PL+/utf
1233 /^\X+/utf
1245 /\X?abc/utf
1255 /^\X?abc/utf
1266 /\X*abc/utf
1276 /^\X*abc/utf
1286 /^\pL?=./utf
1297 /^\pL*=./utf
1306 /^\X{2,3}X/utf
1319 /^\pC\pL\pM\pN\pP\pS\pZ</utf
1328 /^\PC/utf
1335 /^\PL/utf
1342 /^\PM/utf
1349 /^\PN/utf
1356 /^\PP/utf
1363 /^\PS/utf
1370 /^\PZ/utf
1377 /^\p{Cc}/utf
1386 /^\p{Cf}/utf
1405 /^\p{Cn}/utf
1410 /^\p{Co}/utf
1417 /^\p{Cs}/utf
1424 /^\p{Ll}/utf
1433 /^\p{Lm}/utf
1440 /^\p{Lo}/utf
1449 /^\p{Lt}/utf
1458 /^\p{Lu}/utf
1465 /^\p{Mc}/utf
1474 /^\p{Me}/utf
1485 /^\p{Mn}/utf
1496 /^\p{Nd}+/utf,no_auto_possess
1540 /^\p{Nl}/utf
1549 /^\p{No}/utf
1560 /^\p{Pc}/utf
1573 /^\p{Pd}/utf
1584 /^\p{Pe}/utf
1611 /^\p{Pf}/utf
1622 /^\p{Pi}/utf
1633 /^\p{Po}/utf
1644 /^\p{Ps}/utf
1669 /^\p{Sc}+/utf
1680 /^\p{Sk}/utf
1689 /^\p{Sm}+/utf
1698 /^\p{So}/utf
1709 /^\p{Zl}/utf
1718 /^\p{Zp}/utf
1727 /^\p{Zs}/utf
1744 /\p{Nd}+(..)/utf
1750 /\p{Nd}+?(..)/utf
1756 /\p{Nd}{2,}(..)/utf
1761 /\p{Nd}{2,}?(..)/utf
1766 /\p{Nd}*(..)/utf
1773 /\p{Nd}*?(..)/utf
1780 /\p{Nd}{2}(..)/utf
1784 /\p{Nd}{2,3}(..)/utf
1789 /\p{Nd}{2,3}?(..)/utf
1794 /\p{Nd}?(..)/utf
1799 /\p{Nd}??(..)/utf
1804 /\p{Nd}*+(..)/utf
1808 /\p{Nd}*+(...)/utf
1812 /\p{Nd}*+(....)/utf
1817 /\p{Lu}/i,utf
1828 /\p{^Lu}/i,utf
1835 /\P{Lu}/i,utf
1842 /(?<=A\p{Nd})XYZ/utf
1855 /(?<!\pL)XYZ/utf
1866 /[\p{Nd}]/utf
1870 /[\p{Nd}+-]+/utf
1881 /[\P{Nd}]+/utf
1888 /\D+/utf,no_auto_possess
1910 /\P{Nd}+/utf,no_auto_possess
1932 /[\D]+/utf,no_auto_possess
1954 /[\P{Nd}]+/utf,no_auto_possess
1976 /[\D\P{Nd}]+/utf,no_auto_possess
1998 /\pL/utf
2004 /\pL/i,utf
2010 /\p{Lu}/utf
2019 /\p{Lu}/i,utf
2028 /\p{Ll}/utf
2037 /\p{Ll}/i,utf
2046 /^\x{c0}$/i,utf
2052 /^\x{e0}$/i,utf
2058 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/utf
2073 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/i,utf
2087 /\x{391}+/i,utf
2091 /\x{391}{3,5}(.)/i,utf
2097 /\x{391}{3,5}?(.)/i,utf
2103 /[\x{391}\x{ff3a}]/i,utf
2113 /[\x{c0}\x{391}]/i,utf
2119 /[\x{105}-\x{109}]/i,utf
2132 /[z-\x{100}]/i,utf
2159 /[z-\x{100}]/i,utf
2161 /^\X/utf
2171 /^(\X*)C/utf
2178 /^(\X*?)C/utf
2185 /^(\X*)(.)/utf
2198 /^(\X*?)(.)/utf
2211 /^\X(.)/utf
2216 /^\X{2,3}(.)/utf
2228 /^\X{2,3}?(.)/utf
2253 /\x{100}/i,utf
2259 /^\p{Han}+/utf
2266 /^\P{Katakana}+/utf
2273 /^[\p{Arabic}]/utf
2282 /^[\P{Yi}]/utf
2291 /^\p{Any}X/utf
2300 /^\P{Any}X/utf
2305 /^\p{Any}?X/utf
2316 /^\P{Any}?X/utf
2327 /^\p{Any}+X/utf
2338 /^\P{Any}+X/utf
2349 /^\p{Any}*X/utf
2359 /^\P{Any}*X/utf
2370 /^[\p{Any}]X/utf
2379 /^[\P{Any}]X/utf
2384 /^[\p{Any}]?X/utf
2395 /^[\P{Any}]?X/utf
2406 /^[\p{Any}]+X/utf
2417 /^[\P{Any}]+X/utf
2428 /^[\p{Any}]*X/utf
2438 /^[\P{Any}]*X/utf
2449 /^\p{Any}{3,5}?/utf
2459 /^\p{Any}{3,5}/utf
2465 /^\P{Any}{3,5}?/utf
2472 /^\p{L&}X/utf
2487 /^[\p{L&}]X/utf
2502 /^\p{L&}+X/utf
2522 /^[\p{L&}]+X/utf
2542 /^\p{L&}+?X/utf
2562 /^[\p{L&}]+?X/utf
2582 /^\P{L&}X/utf
2595 /^[\P{L&}]X/utf
2608 /^\x{023a}+?(\x{0130}+)/i,utf
2612 /^\x{023a}+([^X])/i,utf
2616 /\x{c0}+\x{116}+/i,utf
2620 /[\x{c0}\x{116}]+/i,utf
2632 …Kayah_Li}\p{Lepcha}\p{Lycian}\p{Lydian}\p{Ol_Chiki}\p{Rejang}\p{Saurashtra}\p{Sundanese}\p{Vai}/utf
2636 /\x{a77d}\x{1d79}/i,utf
2642 /\x{a77d}\x{1d79}/utf
2649 /^\p{Xan}/utf
2664 /^\p{Xan}+/utf
2671 /^\p{Xan}*/utf
2675 /^\p{Xan}{2,9}/utf
2679 /^[\p{Xan}]/utf
2694 /^[\p{Xan}]+/utf
2701 /^>\p{Xsp}/utf
2708 /^>\p{Xsp}+/utf,no_auto_possess
2720 /^>\p{Xsp}*/utf,no_auto_possess
2733 /^>\p{Xsp}{2,9}/utf,no_auto_possess
2744 /^>[\p{Xsp}]/utf,no_auto_possess
2748 /^>[\p{Xsp}]+/utf,no_auto_possess
2760 /^>\p{Xps}/utf
2769 /^>\p{Xps}+/utf
2773 /^>\p{Xps}+?/utf
2779 /^>\p{Xps}*/utf
2783 /^>\p{Xps}{2,9}/utf
2787 /^>\p{Xps}{2,9}?/utf
2798 /^>[\p{Xps}]/utf
2802 /^>[\p{Xps}]+/utf
2806 /^\p{Xwd}/utf
2823 /^\p{Xwd}+/utf
2827 /^\p{Xwd}*/utf
2831 /^\p{Xwd}{2,9}/utf
2835 /^[\p{Xwd}]/utf
2852 /^[\p{Xwd}]+/utf
2858 /\b...\B/utf,ucp
2872 /\b...\B/utf
2897 /[^\x{100}]/i,utf
2901 /[^\x{100}]+/i,utf
2905 /^\X/utf
2919 /^\X{2,3}/utf
2937 /^\X{2}/utf
2947 /^\X+/utf
2953 /^\X+?Z/utf
2961 /^\X/utf,aftertext
3088 /^(?>\X{2})X/utf,aftertext
3093 /^\X{2,4}X/utf,aftertext
3104 /^\X{2,4}?X/utf,aftertext
3115 /\x{1e9e}+/i,utf
3119 /[z\x{1e9e}]+/i,utf
3123 /\x{00df}+/i,utf
3127 /[z\x{00df}]+/i,utf
3131 /\x{1f88}+/i,utf
3135 /[z\x{1f88}]+/i,utf
3141 /\x{00b5}+/i,utf
3145 /\x{039c}+/i,utf
3149 /\x{03bc}+/i,utf
3154 /\x{00c5}+/i,utf
3158 /\x{00e5}+/i,utf
3162 /\x{212b}+/i,utf
3166 /\x{01c4}+/i,utf
3170 /\x{01c5}+/i,utf
3174 /\x{01c6}+/i,utf
3178 /\x{01c7}+/i,utf
3182 /\x{01c8}+/i,utf
3186 /\x{01c9}+/i,utf
3191 /\x{01ca}+/i,utf
3195 /\x{01cb}+/i,utf
3199 /\x{01cc}+/i,utf
3203 /\x{01f1}+/i,utf
3207 /\x{01f2}+/i,utf
3211 /\x{01f3}+/i,utf
3215 /\x{0345}+/i,utf
3219 /\x{0399}+/i,utf
3223 /\x{03b9}+/i,utf
3227 /\x{1fbe}+/i,utf
3231 /\x{0392}+/i,utf
3235 /\x{03b2}+/i,utf
3239 /\x{03d0}+/i,utf
3244 /\x{0395}+/i,utf
3248 /\x{03b5}+/i,utf
3252 /\x{03f5}+/i,utf
3256 /\x{0398}+/i,utf
3260 /\x{03b8}+/i,utf
3264 /\x{03d1}+/i,utf
3268 /\x{03f4}+/i,utf
3272 /\x{039a}+/i,utf
3276 /\x{03ba}+/i,utf
3280 /\x{03f0}+/i,utf
3284 /\x{03a0}+/i,utf
3288 /\x{03c0}+/i,utf
3292 /\x{03d6}+/i,utf
3296 /\x{03a1}+/i,utf
3300 /\x{03c1}+/i,utf
3304 /\x{03f1}+/i,utf
3308 /\x{03a3}+/i,utf
3312 /\x{03c2}+/i,utf
3316 /\x{03c3}+/i,utf
3320 /\x{03a6}+/i,utf
3324 /\x{03c6}+/i,utf
3328 /\x{03d5}+/i,utf
3332 /\x{03c9}+/i,utf
3336 /\x{03a9}+/i,utf
3340 /\x{2126}+/i,utf
3344 /\x{1e60}+/i,utf
3348 /\x{1e61}+/i,utf
3352 /\x{1e9b}+/i,utf
3356 /\x{1e9e}+/i,utf
3360 /\x{00df}+/i,utf
3364 /\x{1f88}+/i,utf
3368 /\x{1f80}+/i,utf
3372 /\x{004b}+/i,utf
3376 /\x{006b}+/i,utf
3380 /\x{212a}+/i,utf
3384 /\x{0053}+/i,utf
3388 /\x{0073}+/i,utf
3392 /\x{017f}+/i,utf
3396 /ist/i,utf
3401 /is+t/i,utf
3408 /is+?t/i,utf
3413 /is?t/i,utf
3418 /is{2}t/i,utf
3423 /^\p{Xuc}/utf
3436 /^\p{Xuc}+/utf
3443 /^\p{Xuc}+?/utf
3455 /^\p{Xuc}+?\*/utf
3462 /^\p{Xuc}++/utf
3469 /^\p{Xuc}{3,5}/utf
3476 /^\p{Xuc}{3,5}?/utf
3485 /^[\p{Xuc}]/utf
3492 /^[\p{Xuc}]+/utf
3499 /^\P{Xuc}/utf
3512 /^[\P{Xuc}]/utf
3525 /^A\s+Z/utf,ucp
3531 /^A[\s]+Z/utf,ucp
3537 /(?<=\x{100})\x{200}(?=\x{300})/utf,allusedtext