Generic Function Create-Greedy-Matcher (1 method)

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

Part of:

package cl-ppcre

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

Method Summary

create-greedy-matcher < repetition > < t >