in reply to Re^3: zero-length match increments pos()
in thread zero-length match increments pos()

Gah, you're right. I misremembered what the /c patch did. It is documented in Regexp Quotelike Operators, and it keeps pos from being reset on a failed match. So I was having to assign to pos before, but for a different reason than I was just remembering. :-(
  • Comment on Re^4: zero-length match increments pos()