On Mon, 13 Jun 2011, Marco Cimmino wrote:
> --- Comment #4 from Marco Cimmino <cimmino.marco@???> 2011-06-13 11:28:31 ---
> Since I have to rely on pcre already compiled on different machines then that
> is not an option.
> Possibly I have to change the regex.
See if atomic groups or possessive quantifiers can be used. That usually
helps in these cases.