in reply to Re: Finding match offsets of named captures in 5.10 regex
in thread Finding match offsets of named captures in 5.10 regex
It seems that the whole point of using named captures is not wanting to have to keep track of the position of those captures, so maybe this way of getting at it isn't so useful. Is there any programmatic way to translate from named captures to the corresponding numbers?