(trimr s)
Removes whitespace from the right side of string.
(use 'clojure.string) (trimr " my string ") => " my string"