Searched refs:ungreedy (Results 1 – 6 of 6) sorted by relevance
427 bool ungreedy() const { in ungreedy() function
550 22. A typo in the code meant that in ungreedy mode the max/min qualifier
65 U ungreedy: swap meaning of «x*» and «x*?», «x+» and «x+?», etc (default false)
414 Options: ungreedy422 Options: ungreedy430 Options: ungreedy438 Options: ungreedy446 Options: ungreedy3098 Options: ungreedy
1422 branches are tried is controlled by the greedy or ungreedy nature of1429 on the way the greedy and ungreedy repetition quantifiers are specified1479 either use an ungreedy repeat ("a\d+?") or set the PCRE_NO_AUTO_POSSESS1486 ungreedy nature of repetition quantifiers is not relevant. Greedy and1487 ungreedy quantifiers are treated in exactly the same way. However, pos-4214 cases, either use an ungreedy repeat ("a\d+?") or set the6385 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-[all …]