Home | History | Annotate | Download | only in bits

Lines Matching full:expression

38  * A facility for performing regular expression pattern matching.
51 * @name 5.1 Regular Expression Syntax Options
89 * Specifies that when a regular expression is matched against a character
90 * container sequence, no sub-expression matches are to be stored in the
96 * Specifies that the regular expression engine should pay more attention to
98 * speed with which regular expression objects are constructed. Otherwise
110 * Specifies that the grammar recognized by the regular expression engine is
115 * POSIX regular expression grammar.
120 * Specifies that the grammar recognized by the regular expression engine is
129 * Specifies that the grammar recognized by the regular expression engine is
137 * Specifies that the grammar recognized by the regular expression engine is
147 * Specifies that the grammar recognized by the regular expression engine is
155 * Specifies that the grammar recognized by the regular expression engine is
167 * Matching a regular expression against a sequence of characters [first,
169 * regular expression object, modified according to the effects listed
208 * expression shall not match [first, first).
215 * expression shall not match [last, last).
220 * The expression \\b is not matched against the sub-sequence
226 * The expression \\b should not be matched against the sub-sequence
238 * The expression does not match an empty sequence.
243 * The expression only matches a sub-sequence that begins at first .
250 * expression algorithms 28.11 and iterators 28.12.
255 * When a regular expression match is to be replaced by a new string, the
260 * operations all non-overlapping occurrences of the regular expression
262 * the expression are copied unchanged to the output string.
283 * When a regular expression match is to be replaced by a new string, the
293 * expression shall not be copied to the output string.
299 * occurrence of the regular expression shall be replaced.