Views:

Description

Removes all occurrences of a set of specified characters from the end of the string.

Signature

TrimEnd('inputstring', 'char1', 'char2')

Example

TrimEnd('Microsoft Rocks_' , '_') Returns Microsoft Rocks