Re: [pcre-dev] [Bug 957] New: Unexpected PREG_BACKTRACK_LIMI…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Philip Hazel at
2010-01-29 10:59
Philip Hazel at
2010-03-07 12:26
Author:
ND
Date:
2010-01-29 22:18
UTC
To:
Pcre-dev
Subject:
Re: [pcre-dev] [Bug 957] New: Unexpected PREG_BACKTRACK_LIMIT_ERROR
<script.*>.*<\/script>
This regexp is very greedy to resources.
Try this one:
<script[^>]++.+?<\/script>