in reply to Re^3: How to match more than 32766 times in regex?
in thread How to match more than 32766 times in regex?

caveat about the multiplier: It assumes you can match that amount, so if you have 10 patterns to find, but matching 3 at a time, you are unable to match the last one.

  • Comment on Re^4: How to match more than 32766 times in regex?