clojure.string/trimr

functionsince v0.0-927 clojure.string/trimrEdit
(trimr s)

Details:

Removes whitespace from the right side of string.


Source docstring:
Removes whitespace from the right side of string.
Source code @ clojurescript:src/main/cljs/clojure/string.cljs
(defn ^string trimr
  [s]
  (gstring/trimRight s))