You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per golang/go#46123 and rust-lang/regex#779, (|a)* matches more text than (|a)+ does. We have agreed to fix this across RE2, the Go regexp package and the Rust regex crate. (RE2/J will hopefully follow suit without much badgering...)
The text was updated successfully, but these errors were encountered:
As per golang/go#46123 and rust-lang/regex#779,
(|a)*
matches more text than(|a)+
does. We have agreed to fix this across RE2, the Goregexp
package and the Rustregex
crate. (RE2/J will hopefully follow suit without much badgering...)The text was updated successfully, but these errors were encountered: