method to get capture groups for each quantifier without using external recursion... Basically overcomplicating a simple task, I know. But I wan't to know if it can be done...
example captures:
list (word):(word) 2 captures
list (word):(word) (word):(word) (word):(word) 6 captures...
idea being something like: list(?: (\w+):(\w+))*
Though this will only capture the last instance of the quantifier... Any input?
Guess that's a no then? lol
hmm lemme check
what re engine ?
not sure if this is possible tbh
Обсуждают сегодня