Skip to main content

&

macrov1.9

cljs.spec.alpha/&

(& [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.

No examples yet. Be the first to add one!