Home | History | Annotate | Download | only in html

Lines Matching full:entire

405 previous capturing left parentheses in the expression, the entire sequence is
1830 fails, because it matches the entire string owing to the greediness of the .*
1952 (?>\d+) can only match an entire sequence of digits.
1964 Note that a possessive quantifier can be used with an entire group, for
2024 that many capturing left parentheses in the entire pattern. In other words, the
2284 the initial .* matches the entire string at first, but when this fails (because
2287 covers the entire string, from right to left, so we are no better off. However,
2292 there can be no backtracking for the .*+ item; it can match only the entire
2429 number or name is given. This condition does not check the entire recursion
2532 supports special syntax for recursion of the entire pattern, and also for
2542 a recursive call of the entire regular expression.
2557 If this were part of a larger pattern, you would not want to recurse the entire
2664 entire match fails. (Perl is able, at this point, to re-enter the recursion and
2704 string does not start with a palindrome that is shorter than the entire string.
2708 recursion to try other alternatives, so the entire match fails.
2971 entire match process is returned. For example:
2998 situation, backtracking can "jump back" to the left of the entire atomic group
3111 more alternatives, so there is a backtrack to whatever came before the entire
3162 than one character. (*COMMIT) is the strongest, causing the entire match to
3175 If A matches but B fails, the backtrack to (*COMMIT) causes the entire match to