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

( create-non-greedy-constant-length-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 is
of fixed length and doesn't contain registers.

Method Summary

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