Text Parser - How do I replace a string with nothing (not even a space)?

Welcome to the Make community!

{{emptystring}} is correct.

The issue is, there is also a space before the opening bracket that you have to remove.

You can add \s+ to the start of your pattern to match the space.

3 Likes