I am using a regex with a named capturing group with input rule. However, the ExtendedRegExpMatchArray
can only be accessed by index, and can not be accessed by the name of the group. Is there any way to turn on named capturing group?
The matching is done by the JS engine. I don’t see why, since the library just passes you the match object produced by the engine, they wouldn’t be supported.