Home | History | Annotate | Download | only in doc

Lines Matching full:greedy

138 * Repetition::                      Allows for non-greedy matching
807 @cindex Greedy regular expression matching
808 Note that the regular expression matcher is greedy, i.e., matches
3043 @cindex Greedy regular expression matching
3044 You can specify greedy or non-greedy matching
3084 * Repetition:: Allows for non-greedy matching
3654 @cindex Greedy regular expression matching
3656 By default, the quantifiers are @dfn{greedy} like in @sc{posix}
3682 ceases to be greedy, and instead matches the minimum number
3702 available in Perl), the quantifiers are not greedy by
3703 default, but individual ones can be made greedy by following