-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The :; modifiers are currently only available for entire-match elements, not for numbered and named groups. A potentially very useful feature would be to generate the cumulative capture count (from the left or right) for that group, including the current match. However, that needs some changes in the code base, since this should generate a number, even if the given group doesn't exist in the current match (or separator).
Reactions are currently unavailable