Specify where NONE is in regex*.

This commit is contained in:
Michael Fogleman 2017-10-19 11:02:46 -04:00
parent 5aed3b254e
commit 14dad51fd4

View file

@ -480,7 +480,7 @@
(defnav regex* [re]
(select* [this structure next-fn]
(doseqres NONE [s (re-seq re structure)]
(doseqres i/NONE [s (re-seq re structure)]
(next-fn s)))
(transform* [this structure next-fn]
(clojure.string/replace structure re next-fn)))