
5 Jul
2007
5 Jul
'07
11:51 p.m.
The reason that having :start is so much slower is that the regex matches a different string that needs far less backtracking that without the :start.
Should be "... that needs to perform far more backtracking than the version without the :start keyword." Cheers, Chris Dean