&

added

ns
clojure.spec

type
macro

(& re & preds)

takes a regex op re, and predicates. Returns a regex-op that consumes
input as per re but subjects the resulting value to the
conjunction of the predicates, and any conforming they might perform.