Open
Description
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.
See this comment for a little more context: #1095 (comment)