Closed pento closed 6 years ago
NODE_REGEX shouldn't be using the 'g' flag, which causes subsequent regex runs to start after the position of the last find, rather than at the start.
NODE_REGEX
NODE_REGEX
shouldn't be using the 'g' flag, which causes subsequent regex runs to start after the position of the last find, rather than at the start.