in reply to Re^2: Is there a hard limit on + in a regex?
in thread Is there a hard limit on + in a regex?

It depends which of the nodes CURLYX, WHILEM, CURLYM, CURLYN, CURLY, STAR, PLUS were used by the regular expression compiler. This is a measure of how "naughty" you expression is so using anything besides (?: exact string )+ is edging into a realm where + has a limit.
  • Comment on Re^3: Is there a hard limit on + in a regex?