Multiple replacement

My goal is to eliminate 3 not consecutive chars from a string, there is a better way than mine ?
Cattura

lazy way
image

If you didn't have the double quote in there, you could make a list, and remove for each item.

an alternative would be to use a regular expression together with the Regular Expression Extension by kevinkun and its ReplaceAll method

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

I would go back to where the item variable was still a list, and pass it through
blocks (1)

Thanks to all for suggestions, ABG solution works well for me

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.