String Right Trim Functoid

 

Use the String Right Trim functoid ( Icon that represents the String Right Trim functoid.) to remove trailing white space characters from a specified string.

Input

Parameter 1: A string from which the trailing white space characters are to be removed.

Output

Output 1: A string that contains the specified string, but from which any trailing white space characters are removed.

Remarks

All trailing white space characters (spaces and tabs) are removed from the specified string.

See Also

String Functoids Reference
String Functoids
How to Add Basic Functoids to a Map