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)) re-pattern))
(def backwards-search-regex (->> (conj (->> numeric-value-map keys (map string/reverse)) "\\d") (def backwards-search-regex (->> (conj (->> numeric-value-map keys (map string/reverse)) "\\d")
(string/join "|") (string/join "|")
re-pattern)) re-pattern))
(->> input (->> input
(map (fn [line] (map (fn [line]