ethanpailes/regex

Make the leading .* go through the optimization layer

ethanpailes opened this issue · 1 comments

Right now I'm not sure that the leading .*? that gets automatically added to regex is getting optimized. I should fix that.

Does this matter because of the existing constant optimization?