Clojure/Java.regex: Why does re-seq throw cast exceptions for my parenthesised regex (below) but not for a simple expression like “\d+”?

前端 未结 0 1010
轮回少年
轮回少年 2021-01-05 01:46

Hi I\'m new to Clojure and not very experienced with java and I\'m struggling to use a more complex RegEx with the below code:

(defn clean-input [s]
  (read-s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题