Removes spaces from the right hand side of a string.
string RTRIM(string value)
RTRIM("This has four spaces after the text .")
Will return "This has four spaces after the text."