Returns a regex op that matches zero or more values matching
pred. Produces a vector of matches iff there is at least one match
Source
(defmacro*"Returns a regex op that matches zero or more values matching
pred. Produces a vector of matches iff there is at least one match"[pred-form]
`(rep-impl '~(respred-form) ~pred-form))