trimr

added
1.2

ns
clojure.string

type
function

(trimr s)

Removes whitespace from the right side of string.

                (use 'clojure.string)
(trimr "        my string         ")
=> "        my string"