Learn clojure - Parsing logs con clojure. ... (\w*),(\w*),(\d*)") (defn parser [line] (if-let [[_ dt a u i] (re-find pattern line)] (->Logline dt a u i))).
確定! 回上一頁