STRING-RIGHT-TRIM
=================
syntax: (string-right-trim <characters> <string>)
This function produces a copy of the string, in
which all characters are stripped off the end.
example: >(string-right-trim "ac" "aabbcc")
"aabb"