rightTrim
Remove whitespace from the RIGHT (end) of a string only.
string(required): the string to trim
utlx
rightTrim(" hello ") // " hello"Also: normalizeSpace(string) — trims AND collapses internal whitespace to single spaces.