Lines Matching +full:no +full:- +full:control +full:- +full:regex
2 Copyright 2006-2007 John Maddock.
13 Boost.Regex is intended to conform to the [tr1].
30 (*VERB) The [@http://perldoc.perl.org/perlre.html#Special-Backtracking-Control-Verbs
31 backtracking control verbs] are not recognised or implemented at this time.
42 No character collating names are recognized except those specified in the
61 [[1.3][Subtraction and Intersection][Indirectly support by forward-lookahead:
70 [[1.4][Simple Word Boundaries][Conforming: non-spacing marks are included in the set of word charac…
73 …: provided you use the u32* algorithms, then UTF-8, UTF-16 and UTF-32 are all treated as sequences…
84 [[3.5][Tailored Ranges][Supported: \[a-b\] matches any character that collates in the range a to b,…
86 [[3.7][Incremental Matches][Supported: pass the flag `match_partial` to the regex algorithms.]]
88 …ally to optimise the matching of regular expressions, and return quickly if no match is possible.]]