Nice, thanks.
You made it sound like regex-nav only navigates to simple substring
matches, which I was confused by, but I was pleased to find that it
navigates to full regex matches as returned by re-seq:
(transform
#"(\d{1,2})/(\d{1,2})/(\d{4})"
(fn [[date d m y]] (str m "/" d "/" y))
Thanks!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email
Specter fills in the holes in Clojure's API for manipulating immutable
data, allowing data manipulation to be done concisely and with near-optimal
performance. Specter is especially powerful for working with nested and
recursive data.
Specter 1.0.5 adds `regex-nav` which navigates to substring