(defn trim-text "Returns text without surrounding whitespace if not empty, otherwise nil" [text] (let [trimmed-text (clojure.string/trim text)] (when-not ...
確定! 回上一頁