Home
last modified time | relevance | path

Searched refs:ungreedy (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcrecpp.h427 bool ungreedy() const { in ungreedy() function
DChangeLog550 22. A typo in the code meant that in ungreedy mode the max/min qualifier
/external/pcre/
Dpcrecpp.h427 bool ungreedy() const { in ungreedy() function
/external/regex-re2/doc/
Dsyntax.txt65 U ungreedy: swap meaning of «x*» and «x*?», «x+» and «x+?», etc (default false)
/external/pcre/dist/testdata/
Dtestoutput2414 Options: ungreedy
422 Options: ungreedy
430 Options: ungreedy
438 Options: ungreedy
446 Options: ungreedy
3098 Options: ungreedy
/external/pcre/dist/doc/
Dpcre.txt1422 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-
[all …]