Getting Named Groups from pattern tokenizer

I am currently making use of the Pattern tokenizer to specify my own regex for extracting tokens. I have named groups in the regex, and I have no idea how I can extract them from the returned tokens.

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