Lines Matching refs:ungreedy
1422 branches are tried is controlled by the greedy or ungreedy nature of
1429 on the way the greedy and ungreedy repetition quantifiers are specified
1479 either use an ungreedy repeat ("a\d+?") or set the PCRE_NO_AUTO_POSSESS
1486 ungreedy nature of repetition quantifiers is not relevant. Greedy and
1487 ungreedy quantifiers are treated in exactly the same way. However, pos-
4214 cases, either use an ungreedy repeat ("a\d+?") or set the
6385 With both maximizing ("greedy") and minimizing ("ungreedy" or "lazy")
7567 ungreedy, it initially matches zero characters. The condition (?=a)
7933 (?U) default ungreedy (lazy)
8869 On the other hand, if the pattern is made ungreedy the result is dif-
8903 there is no difference between greedy and ungreedy repetition, their
8906 ungreedy pattern shown above: