- Fix: When the following conditions were all met, the
indices
values of result arrays could be incorrect: (1) optionshasIndices
andglobal
both enabled, (2) the pattern included(^|\G)
or similar, and (3) the generated regex was used while itslastIndex
was greater than 0.