Hi there,
I want to remove all spaces after a string. Example:
TestString1e ]TestString2T ]
whereas only the empty spaces after TestString2 should be removed.
I have a solution for removing leading spaces with the StringReplacer which is ^t\s]* but I want to remove only the empty spaces at the end.
Many thanks and kind regards
Thomas