Home | History | Annotate | Download | only in doc

Lines Matching full:greedy

137 * Repetition::                      Allows for non-greedy matching
806 @cindex Greedy regular expression matching
807 Note that the regular expression matcher is greedy, i.e., matches
2876 @cindex Greedy regular expression matching
2877 You can specify greedy or non-greedy matching
2917 * Repetition:: Allows for non-greedy matching
3487 @cindex Greedy regular expression matching
3489 By default, the quantifiers are @dfn{greedy} like in @sc{posix}
3515 ceases to be greedy, and instead matches the minimum number
3535 available in Perl), the quantifiers are not greedy by
3536 default, but individual ones can be made greedy by following