With the basic “Match pattern” module I can use “named capture groups” (?<name>.*), however with the advanced “Match pattern” module this function doesn’t seem to work. Is this correct or is there a way to make it work?
It would be very useful if I could use variables in my regular expression and group my outputs with names.
Now I have a really complex regex because I would like to match 20 different things in 1 module instead of 20 modules.
Hello, thanks for your reply, I will check the post.
I just think it’s strange that my expression works in the basic Match pattern module and it doesn’t in the advanced version.