true ; You can give a module a shorter name on import (require '[clojure.string :as str]) (str/replace "This is a test." #"[a-o]" str/upper-case) ; => "THIs ...
確定! 回上一頁