Closed jmeaster30 closed 1 year ago
vore code find all at least 1 ("c" maybe "b" ".")
find all at least 1 ("c" maybe "b" ".")
text c.cb.c. c.
c.cb.c.
c.
this produces no results when it should match both of those strings
The issue was the loop ids were the same so I made it randomly generate an id instead of trying to incrementally identify it
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