jmeaster30 / vore

VerbOse Regular Expressions - Regular Expression Engine with Verbose English-like Syntax
MIT License
1 stars 0 forks source link

maybe in a loop causes no matches #63

Closed jmeaster30 closed 1 year ago

jmeaster30 commented 1 year ago

vore code find all at least 1 ("c" maybe "b" ".")

text c.cb.c. c.

this produces no results when it should match both of those strings

jmeaster30 commented 1 year ago

The issue was the loop ids were the same so I made it randomly generate an id instead of trying to incrementally identify it