diff --git a/src/clj/com/rpl/specter/navs.cljc b/src/clj/com/rpl/specter/navs.cljc index a9c83a3..20a90ee 100644 --- a/src/clj/com/rpl/specter/navs.cljc +++ b/src/clj/com/rpl/specter/navs.cljc @@ -627,7 +627,8 @@ regex* [re] (select* [this vals structure next-fn] - (next-fn vals (re-seq re structure))) + (doseqres NONE [s (re-seq re structure)] + (next-fn vals s))) #_(transform* [this vals structure next-fn] (next-fn (clojure.string/replace structure re vals))))