Generic Function Create-Greedy-No-Zero-Matcher (1 method)

( create-greedy-no-zero-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. It is furthermore assumed that the inner regex of REPETITION can
never match a zero-length string (or instead the maximal number of
repetitions is 1).

Method Summary

create-greedy-no-zero-matcher < repetition > < t >