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

( create-constant-repetition-constant-length-matcher < repetition > < next-fn > )

Part of:

package cl-ppcre

Creates a closure which tries to match REPETITION. It is assumed
that REPETITION has a constant number of repetitions. It is
furthermore assumed that the inner regex of REPETITION is of fixed
length and doesn't contain registers.

Method Summary

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