(require '[clojure.string :as str]). (defn fix-grammar [text]. (str/replace ... (str/replace text #"@(\d+)@" "$1") ; Remove @ around digits.
確定! 回上一頁