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
If the regex is anchored and a match is found in the forwards direction, then the reverse NFA is never needed to find the start position because the start position must necessarily be 0 as a result of the anchor.