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.
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.