Generic Function Create-Non-Greedy-Matcher (1 method)

( create-non-greedy-matcher < repetition > < next-fn > )

Part of:

package cl-ppcre

Creates a closure which tries to match REPETITION. It is assumed
that REPETITION is non-greedy and the minimal number of repetitions is
zero.

Method Summary

create-non-greedy-matcher < repetition > < t >