Lines Matching refs:Supported
71 [[1.5][Caseless Matching][Supported, note that at this level, case transformations are 1:1, many to…
72 [[1.6][Line Boundaries][Supported, except that "." matches only one character of "\\r\\n". Other th…
73 [[1.7][Code Points][Supported: provided you use the u32* algorithms, then UTF-8, UTF-16 and UTF-32 …
77 [[2.4][Default Loose Matches][Not Supported.]]
78 [[2.5][Named Properties][Supported: the expression "\[\[:name:\]\]" or \\N{name} matches the named …
79 [[2.6][Wildcard properties][Not Supported.]]
80 [[3.1][Tailored Punctuation.][Not Supported.]]
81 [[3.2][Tailored Grapheme Clusters][Not Supported.]]
82 [[3.3][Tailored Word Boundaries.][Not Supported.]]
84 [[3.5][Tailored Ranges][Supported: \[a-b\] matches any character that collates in the range a to b,…
85 [[3.6][Context Matches][Not Supported.]]
86 [[3.7][Incremental Matches][Supported: pass the flag `match_partial` to the regex algorithms.]]
87 [[3.8][Unicode Set Sharing][Not Supported.]]
90 [[3.11][Custom Submatch Evaluation][Not Supported.]]