Specify where NONE is in regex*.
This commit is contained in:
parent
5aed3b254e
commit
14dad51fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@
|
||||||
|
|
||||||
(defnav regex* [re]
|
(defnav regex* [re]
|
||||||
(select* [this structure next-fn]
|
(select* [this structure next-fn]
|
||||||
(doseqres NONE [s (re-seq re structure)]
|
(doseqres i/NONE [s (re-seq re structure)]
|
||||||
(next-fn s)))
|
(next-fn s)))
|
||||||
(transform* [this structure next-fn]
|
(transform* [this structure next-fn]
|
||||||
(clojure.string/replace structure re next-fn)))
|
(clojure.string/replace structure re next-fn)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue