Strip-Tail

(strip-tail string) -> string

Removes all whitespace from the tail of the given string.

Example:

>> (strip-tail "Test ")
:: "Test"