asked on April 5, 2021

How do I refer to each regex match group in a pattern matching activity?

I have one pattern matching activity where the regex has 15 match groups. My assumption was I can parse the 15 match groups (in one pattern matching activity) and write them to each to a token. Is this possible to refer to each of the match groups? Or do I need to create a different pattern matching activity for each of the matches I am looking for?

0 0