• Home
  • Raw
  • Download

Lines Matching refs:utf

8 /\x{100}ab/utf
11 /a\x{100}*b/utf
16 /a\x{100}+b/utf
22 /\bX/utf
29 /\BX/utf
36 /X\b/utf
43 /X\B/utf
50 /[^a]/utf
54 /^[abc\x{123}\x{400}-\x{402}]{2,3}\d/utf
64 /a.b/utf
71 /a(.{3})b/utf
82 /a(.*?)(.)/utf
88 /a(.*)(.)/utf
94 /a(.)(.)/utf
100 /a(.?)(.)/utf
106 /a(.??)(.)/utf
109 /a(.{3})b/utf
117 /a(.{3,})b/utf
126 /a(.{3,}?)b/utf
135 /a(.{3,5})b/utf
147 /a(.{3,5}?)b/utf
159 /^[a\x{c0}]/utf
163 /(?<=aXb)cd/utf
166 /(?<=a\x{100}b)cd/utf
169 /(?<=a\x{100000}b)cd/utf
172 /(?:\x{100}){3}b/utf
177 /\x{ab}/utf
183 /(?<=(.))X/utf
189 /[^a]+/g,utf
193 /^[^a]{2}/utf
196 /^[^a]{2,}/utf
199 /^[^a]{2,}?/utf
202 /[^a]+/gi,utf
206 /^[^a]{2}/i,utf
209 /^[^a]{2,}/i,utf
212 /^[^a]{2,}?/i,utf
215 /\x{100}{0,0}/utf
218 /\x{100}?/utf
222 /\x{100}{0,3}/utf
226 /\x{100}*/utf
230 /\x{100}{1,1}/utf
233 /\x{100}{1,3}/utf
236 /\x{100}+/utf
239 /\x{100}{3}/utf
242 /\x{100}{3,5}/utf
245 /\x{100}{3,}/utf,no_auto_possess
248 /(?<=a\x{100}{2}b)X/utf
251 /\D*/utf,no_auto_possess
254 /\D*/utf,no_auto_possess
257 /\D/utf
261 />\S/utf
265 /\d/utf
268 /\s/utf
271 /\D+/utf
276 /\D{2,3}/utf
283 /\D{2,3}?/utf
290 /\d+/utf
293 /\d{2,3}/utf
299 /\d{2,3}?/utf
305 /\S+/utf
310 /\S{2,3}/utf
316 /\S{2,3}?/utf
322 />\s+</utf
325 />\s{2,3}</utf
331 />\s{2,3}?</utf
337 /\w+/utf
342 /\w{2,3}/utf
348 /\w{2,3}?/utf
354 /\W+/utf
359 /\W{2,3}/utf
365 /\W{2,3}?/utf
371 /[\x{100}]/utf
376 /[Z\x{100}]/utf
381 /[\x{100}\x{200}]/utf
385 /[\x{100}-\x{200}]/utf
390 /[z-\x{200}]/utf
397 /[Q\x{100}\x{200}]/utf
402 /[Q\x{100}-\x{200}]/utf
408 /[Qz-\x{200}]/utf
416 /[\x{100}\x{200}]{1,3}/utf
421 /[\x{100}\x{200}]{1,3}?/utf
426 /[Q\x{100}\x{200}]{1,3}/utf
431 /[Q\x{100}\x{200}]{1,3}?/utf
436 /(?<=[\x{100}\x{200}])X/utf
442 /(?<=[Q\x{100}\x{200}])X/utf
449 /(?<=[\x{100}\x{200}]{3})X/utf
455 /[^\x{100}\x{200}]X/utf
463 /[^Q\x{100}\x{200}]X/utf
472 /[^\x{100}-\x{200}]X/utf
480 /[z-\x{100}]/i,utf
491 /[\xff]/utf
497 /[^\xff]/utf
501 /^[ac]*b/utf
505 /^[ac\x{100}]*b/utf
509 /^[^x]*b/i,utf
513 /^[^x]*b/utf
517 /^\d*b/utf
521 /(|a)/g,utf
525 /^\x{85}$/i,utf
528 /^abc./gmx,newline=any,utf
531 /abc.$/gmx,newline=any,utf
534 /^a\Rb/bsr=unicode,utf
546 /^a\R*b/bsr=unicode,utf
557 /^a\R+b/bsr=unicode,utf
569 /^a\R{1,3}b/bsr=unicode,utf
581 /\h+\V?\v{3,4}/utf,no_auto_possess
584 /\V?\v{3,4}/utf,no_auto_possess
587 /\h+\V?\v{3,4}/utf,no_auto_possess
590 /\V?\v{3,4}/utf,no_auto_possess
593 /\H\h\V\v/utf
599 /\H*\h+\V?\v{3,4}/utf,no_auto_possess
606 /\H\h\V\v/utf
612 /\H*\h+\V?\v{3,4}/utf,no_auto_possess
619 /a\Rb/I,bsr=anycrlf,utf
627 /a\Rb/I,bsr=unicode,utf
634 /a\R?b/I,bsr=anycrlf,utf
642 /a\R?b/I,bsr=unicode,utf
649 /X/newline=any,utf,firstline
652 /abcd*/utf
656 /abcd*/i,utf
662 /abc\d*/utf
666 /abc[de]*/utf
670 /\bthe cat\b/utf
674 /./newline=crlf,utf
678 /.{2,3}/newline=crlf,utf
686 /.{2,3}?/newline=crlf,utf
694 /[^\x{100}]/utf
697 /[^\x{100}]+/utf
700 /\pL\P{Nd}/utf
706 /\X./utf
713 /\X\X/utf
720 /^\pL+/utf
724 /^\PL+/utf
730 /^\X+/utf
737 /\X?abc/utf
743 /^\X?abc/utf
750 /\X*abc/utf
756 /^\X*abc/utf
762 /^\pL?=./utf
769 /^\pL*=./utf
775 /^\X{2,3}X/utf
783 /^\pC\pL\pM\pN\pP\pS\pZ</utf
789 /^\PC/utf
794 /^\PL/utf
799 /^\PM/utf
804 /^\PN/utf
809 /^\PP/utf
814 /^\PS/utf
819 /^\PZ/utf
824 /^\p{Cc}/utf
830 /^\p{Cf}/utf
841 /^\p{Cn}/utf
845 /^\p{Co}/utf
850 /^\p{Cs}/utf
855 /^\p{Ll}/utf
861 /^\p{Lm}/utf
866 /^\p{Lo}/utf
872 /^\p{Lt}/utf
878 /^\p{Lu}/utf
883 /^\p{Mc}/utf
889 /^\p{Me}/utf
896 /^\p{Mn}/utf
903 /^\p{Nd}+/utf,no_auto_possess
910 /^\p{Nl}/utf
916 /^\p{No}/utf
923 /^\p{Pc}/utf
931 /^\p{Pd}/utf
938 /^\p{Pe}/utf
953 /^\p{Pf}/utf
960 /^\p{Pi}/utf
967 /^\p{Po}/utf
974 /^\p{Ps}/utf
988 /^\p{Sc}+/utf
995 /^\p{Sk}/utf
1001 /^\p{Sm}+/utf
1007 /^\p{So}/utf
1014 /^\p{Zl}/utf
1020 /^\p{Zp}/utf
1026 /^\p{Zs}/utf
1036 /\p{Nd}+(..)/utf
1039 /\p{Nd}+?(..)/utf
1042 /\p{Nd}{2,}(..)/utf
1045 /\p{Nd}{2,}?(..)/utf
1048 /\p{Nd}*(..)/utf
1051 /\p{Nd}*?(..)/utf
1054 /\p{Nd}{2}(..)/utf
1057 /\p{Nd}{2,3}(..)/utf
1060 /\p{Nd}{2,3}?(..)/utf
1063 /\p{Nd}?(..)/utf
1066 /\p{Nd}??(..)/utf
1069 /\p{Nd}*+(..)/utf
1072 /\p{Nd}*+(...)/utf
1075 /\p{Nd}*+(....)/utf
1079 /\p{Lu}/i,utf
1086 /\p{^Lu}/i,utf
1091 /\P{Lu}/i,utf
1096 /(?<=A\p{Nd})XYZ/utf
1104 /(?<!\pL)XYZ/utf
1111 /[\p{Nd}]/utf
1114 /[\p{Nd}+-]+/utf
1121 /[\P{Nd}]+/utf
1126 /\D+/utf,no_auto_possess
1131 /\P{Nd}+/utf,no_auto_possess
1136 /[\D]+/utf,no_auto_possess
1141 /[\P{Nd}]+/utf,no_auto_possess
1146 /[\D\P{Nd}]+/utf,no_auto_possess
1151 /\pL/utf
1155 /\pL/i,utf
1159 /\p{Lu}/utf
1165 /\p{Lu}/i,utf
1171 /\p{Ll}/utf
1177 /\p{Ll}/i,utf
1183 /^\x{c0}$/i,utf
1187 /^\x{e0}$/i,utf
1191 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/utf
1200 /A\x{391}\x{10427}\x{ff3a}\x{1fb0}/i,utf
1208 /\x{391}+/i,utf
1211 /\x{391}{3,5}(.)/i,utf
1214 /\x{391}{3,5}?(.)/i,utf
1217 /[\x{391}\x{ff3a}]/i,utf
1223 /[\x{c0}\x{391}]/i,utf
1227 /[\x{105}-\x{109}]/i,utf
1235 /[z-\x{100}]/i,utf
1250 /[z-\x{100}]/i,utf
1252 /^\X/utf
1258 /^(\X*)C/utf
1262 /^(\X*?)C/utf
1266 /^(\X*)(.)/utf
1270 /^(\X*?)(.)/utf
1274 /^\X(.)/utf
1278 /^\X{2,3}(.)/utf
1284 /^\X{2,3}?(.)/utf
1298 /\x{100}/i,utf
1302 /^\p{Han}+/utf
1307 /^\P{Katakana}+/utf
1312 /^[\p{Arabic}]/utf
1318 /^[\P{Yi}]/utf
1324 /^\p{Any}X/utf
1330 /^\P{Any}X/utf
1334 /^\p{Any}?X/utf
1341 /^\P{Any}?X/utf
1348 /^\p{Any}+X/utf
1355 /^\P{Any}+X/utf
1362 /^\p{Any}*X/utf
1368 /^\P{Any}*X/utf
1375 /^[\p{Any}]X/utf
1381 /^[\P{Any}]X/utf
1385 /^[\p{Any}]?X/utf
1392 /^[\P{Any}]?X/utf
1399 /^[\p{Any}]+X/utf
1406 /^[\P{Any}]+X/utf
1413 /^[\p{Any}]*X/utf
1419 /^[\P{Any}]*X/utf
1426 /^\p{Any}{3,5}?/utf
1430 /^\p{Any}{3,5}/utf
1434 /^\P{Any}{3,5}?/utf
1439 /^\p{L&}X/utf
1448 /^[\p{L&}]X/utf
1457 /^\p{L&}+X/utf
1468 /^[\p{L&}]+X/utf
1479 /^\p{L&}+?X/utf
1490 /^[\p{L&}]+?X/utf
1501 /^\P{L&}X/utf
1509 /^[\P{L&}]X/utf
1517 /^\x{023a}+?(\x{0130}+)/i,utf
1520 /^\x{023a}+([^X])/i,utf
1523 /\x{c0}+\x{116}+/i,utf
1526 /[\x{c0}\x{116}]+/i,utf
1535 …Kayah_Li}\p{Lepcha}\p{Lycian}\p{Lydian}\p{Ol_Chiki}\p{Rejang}\p{Saurashtra}\p{Sundanese}\p{Vai}/utf
1538 /\x{a77d}\x{1d79}/i,utf
1542 /\x{a77d}\x{1d79}/utf
1547 /^\p{Xan}/utf
1556 /^\p{Xan}+/utf
1561 /^\p{Xan}*/utf
1564 /^\p{Xan}{2,9}/utf
1567 /^[\p{Xan}]/utf
1576 /^[\p{Xan}]+/utf
1581 /^>\p{Xsp}/utf
1586 /^>\p{Xsp}+/utf,no_auto_possess
1589 /^>\p{Xsp}*/utf,no_auto_possess
1592 /^>\p{Xsp}{2,9}/utf,no_auto_possess
1595 /^>[\p{Xsp}]/utf,no_auto_possess
1598 /^>[\p{Xsp}]+/utf,no_auto_possess
1601 /^>\p{Xps}/utf
1607 /^>\p{Xps}+/utf
1610 /^>\p{Xps}+?/utf
1613 /^>\p{Xps}*/utf
1616 /^>\p{Xps}{2,9}/utf
1619 /^>\p{Xps}{2,9}?/utf
1622 /^>[\p{Xps}]/utf
1625 /^>[\p{Xps}]+/utf
1628 /^\p{Xwd}/utf
1638 /^\p{Xwd}+/utf
1641 /^\p{Xwd}*/utf
1644 /^\p{Xwd}{2,9}/utf
1647 /^[\p{Xwd}]/utf
1657 /^[\p{Xwd}]+/utf
1662 /\b...\B/utf,ucp
1671 /\b...\B/utf
1688 /[^\x{100}]/i,utf
1691 /[^\x{100}]+/i,utf
1694 /^\X/utf
1702 /^\X{2,3}/utf
1712 /^\X{2}/utf
1718 /^\X+/utf
1722 /^\X+?Z/utf
1728 /^\X/utf,aftertext
1775 /^(?>\X{2})X/utf,aftertext
1778 /^\X{2,4}X/utf,aftertext
1783 /^\X{2,4}?X/utf,aftertext
1788 /\x{1e9e}+/i,utf
1791 /[z\x{1e9e}]+/i,utf
1794 /\x{00df}+/i,utf
1797 /[z\x{00df}]+/i,utf
1800 /\x{1f88}+/i,utf
1803 /[z\x{1f88}]+/i,utf
1808 /\x{00b5}+/i,utf
1811 /\x{039c}+/i,utf
1814 /\x{03bc}+/i,utf
1818 /\x{00c5}+/i,utf
1821 /\x{00e5}+/i,utf
1824 /\x{212b}+/i,utf
1827 /\x{01c4}+/i,utf
1830 /\x{01c5}+/i,utf
1833 /\x{01c6}+/i,utf
1836 /\x{01c7}+/i,utf
1839 /\x{01c8}+/i,utf
1842 /\x{01c9}+/i,utf
1846 /\x{01ca}+/i,utf
1849 /\x{01cb}+/i,utf
1852 /\x{01cc}+/i,utf
1855 /\x{01f1}+/i,utf
1858 /\x{01f2}+/i,utf
1861 /\x{01f3}+/i,utf
1864 /\x{0345}+/i,utf
1867 /\x{0399}+/i,utf
1870 /\x{03b9}+/i,utf
1873 /\x{1fbe}+/i,utf
1876 /\x{0392}+/i,utf
1879 /\x{03b2}+/i,utf
1882 /\x{03d0}+/i,utf
1886 /\x{0395}+/i,utf
1889 /\x{03b5}+/i,utf
1892 /\x{03f5}+/i,utf
1895 /\x{0398}+/i,utf
1898 /\x{03b8}+/i,utf
1901 /\x{03d1}+/i,utf
1904 /\x{03f4}+/i,utf
1907 /\x{039a}+/i,utf
1910 /\x{03ba}+/i,utf
1913 /\x{03f0}+/i,utf
1916 /\x{03a0}+/i,utf
1919 /\x{03c0}+/i,utf
1922 /\x{03d6}+/i,utf
1925 /\x{03a1}+/i,utf
1928 /\x{03c1}+/i,utf
1931 /\x{03f1}+/i,utf
1934 /\x{03a3}+/i,utf
1937 /\x{03c2}+/i,utf
1940 /\x{03c3}+/i,utf
1943 /\x{03a6}+/i,utf
1946 /\x{03c6}+/i,utf
1949 /\x{03d5}+/i,utf
1952 /\x{03c9}+/i,utf
1955 /\x{03a9}+/i,utf
1958 /\x{2126}+/i,utf
1961 /\x{1e60}+/i,utf
1964 /\x{1e61}+/i,utf
1967 /\x{1e9b}+/i,utf
1970 /\x{1e9e}+/i,utf
1973 /\x{00df}+/i,utf
1976 /\x{1f88}+/i,utf
1979 /\x{1f80}+/i,utf
1982 /\x{004b}+/i,utf
1985 /\x{006b}+/i,utf
1988 /\x{212a}+/i,utf
1991 /\x{0053}+/i,utf
1994 /\x{0073}+/i,utf
1997 /\x{017f}+/i,utf
2000 /ist/i,utf
2004 /is+t/i,utf
2009 /is+?t/i,utf
2013 /is?t/i,utf
2017 /is{2}t/i,utf
2021 /^\p{Xuc}/utf
2029 /^\p{Xuc}+/utf
2034 /^\p{Xuc}+?/utf
2039 /^\p{Xuc}+?\*/utf
2044 /^\p{Xuc}++/utf
2049 /^\p{Xuc}{3,5}/utf
2054 /^\p{Xuc}{3,5}?/utf
2059 /^[\p{Xuc}]/utf
2064 /^[\p{Xuc}]+/utf
2069 /^\P{Xuc}/utf
2077 /^[\P{Xuc}]/utf
2085 /^A\s+Z/utf,ucp
2089 /^A[\s]+Z/utf,ucp
2093 /(?<=\x{100})\x{200}(?=\x{300})/utf,allusedtext