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

( create-non-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 non-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-non-greedy-no-zero-matcher < repetition > < t >