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

( create-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 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-greedy-constant-length-matcher < repetition > < t >