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

( create-constant-repetition-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.

Method Summary

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