Home | History | Annotate | Download | only in doc

Lines Matching full:entire

377 previous capturing left parentheses in the expression, the entire sequence is
1845 fails, because it matches the entire string owing to the greediness of the .*
1958 (?>\ed+) can only match an entire sequence of digits.
1969 Note that a possessive quantifier can be used with an entire group, for
2028 that many capturing left parentheses in the entire pattern. In other words, the
2300 the initial .* matches the entire string at first, but when this fails (because
2303 covers the entire string, from right to left, so we are no better off. However,
2308 there can be no backtracking for the .*+ item; it can match only the entire
2443 number or name is given. This condition does not check the entire recursion
2556 supports special syntax for recursion of the entire pattern, and also for
2568 a recursive call of the entire regular expression.
2581 If this were part of a larger pattern, you would not want to recurse the entire
2685 entire match fails. (Perl is able, at this point, to re-enter the recursion and
2723 string does not start with a palindrome that is shorter than the entire string.
2727 recursion to try other alternatives, so the entire match fails.
3008 entire match process is returned. For example:
3037 situation, backtracking can "jump back" to the left of the entire atomic group
3145 more alternatives, so there is a backtrack to whatever came before the entire
3192 than one character. (*COMMIT) is the strongest, causing the entire match to
3205 If A matches but B fails, the backtrack to (*COMMIT) causes the entire match to