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
capture: Fix docs around non-panicking group queries
Previously in the regex::bytes implementation docs, we missed all of the
non-panicking versions that were supposed to be demonstrated. These now
show the correct versions.
In the str implementation, the indexed capture group examples were
correct, but not the named group examples. That's now also fixed.
0 commit comments