Removes spaces from the end of a string.
rTrim(String) → returns string
rTrim(String)
→ returns string
'>' & rTrim(' CFDocs ') & '<'
Expected Result: > CFDocs<