B
Brian D
Here's a simple named group matching pattern:
('1', '2', '3')
Is it possible to call the group names, so that I can iterate over
them?
The result I'm looking for would be:
('one', 'two', 'three')
('1', '2', '3')
Is it possible to call the group names, so that I can iterate over
them?
The result I'm looking for would be:
('one', 'two', 'three')