More power for Atrim, Ltrim, Rtrim

I suggest to implement the following feature:

Two optional Parameters for Atrim, Ltrim, Rtrim: StringToRemove and RemoveRecursively
So you can not only remove spaces, but also any chars or strings. Second option is to remove not only the first appearance.

A typical use case might be:

You have a string like Value1, Value2, , , , , , and you want to remove all the >, < at the end.

Actually, this comes in handy for one of the samples of our roadshow. Will add an optional parameter for the string to replace. Can you elaborate on the second suggested parameter? The way the functions currently work already is to remove all excessive blanks that are there, not only one.

Promoted to “planned” anyway.