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
Removes all occurrences of a set of specified characters from the end of the string.
TrimEnd('inputstring', 'char1', 'char2')
TrimEnd('Microsoft Rocks_' , '_') Returns Microsoft Rocks