Macro Non-Greedy-Constant-Length-Closure

Part of:

package cl-ppcre
( non-greedy-constant-length-closure < check-curr-pos > )

This is the template for simple non-greedy repetitions (where
simple means that the minimum number of repetitions is zero, that the
inner regex to be checked is of fixed length LEN, and that it doesn't
contain registers, i.e. there's no need for backtracking).
CHECK-CURR-POS is a form which checks whether the inner regex of the
repetition matches at CURR-POS.