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
Keep track of initial options in compiled program (#412)
The initial options are stored in the lowered program, and include
all options that are set before the first attempted match. Note that
not all initial options are global - a leading option-setting group
is included in initial options, even though it applies only to a
portion of the overall regex.
Previously, searching via firstMatch or matches(of:) would only
_start_ searches at a character index, even when a regex has
Unicode scalar semantics.
0 commit comments