TRIMEND function

Synopsis
This function returns a string which is the passed string with the specified character occurrences removed from the end of the string.
Variations
TRIMEND(String, Characters)
Removes the specified character occurrences from the end of the string.
Parameters
String

Specifies the string which should be trimmed.

Supported types: String.
Characters

Specifies the characters that should be removed from the end of the specified string.

Supported types: String.
Returns
Returned types: String.
Examples
1.

The following example returns "Matrox Design Assi"

TRIMEND("Matrox Design Assistant", "tnas")