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
[various modes] Add missing ^ anchors to StringStream.match() as optimization
The method fails anyway (i.e. it acts as if there was no match)
when the match is not at the start of the string. Adding the
anchor does not change any behavior, but increases performance.
0 commit comments