This commit is contained in:
Adam Jeniski 2023-12-01 01:14:07 -05:00
parent 574d0888cc
commit 5cbf09fc2f

View File

@ -33,8 +33,8 @@
re-pattern))
(def backwards-search-regex (->> (conj (->> numeric-value-map keys (map string/reverse)) "\\d")
(string/join "|")
re-pattern))
(string/join "|")
re-pattern))
(->> input
(map (fn [line]