MatchKind::All matching any input #1099
-
Hello it's me again with some silly streaming parser question. I just realized that after updating to the latest regex, parsing for "or" patterns like However after switching to So is the Just in case this is actually a bug, here's a minimal repro for the odd
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I just compared my code to the code from 0.1.10 and there I used If this is the case, then the documentation of |
Beta Was this translation helpful? Give feedback.
Have you seen this? https://docs.rs/regex-automata/latest/regex_automata/enum.MatchKind.html#all-matches
Also, can you share your
0.1.10
program that got the longest match?