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