Allow capturing of the entirety of a regex that is getting scanned over.
Closed this issue · 0 comments
ethanpailes commented
Right now I nope out if there are any capture groups in the expression getting scanned over for the el
optimization, but I should be able to handle (e)l
just as easily as I am able to handle e(l)
right now.