------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1600




--- Comment #1 from Philip Hazel <[email protected]>  2015-03-18 10:14:29 
---
On Wed, 18 Mar 2015, Prashant Joshi wrote:

> With PCRE version 0.2 regex "/Letzter Messwert.*</th><td
> class="ActualDataTableBody" align="center">([^<].*)</td><td
> class="ActualDataTableBody" align="center">([^<].*)</td><td
> class="ActualDataTableBody" align="center">([^<].*)</td></tr><tr><th
> scope="row" class="ActualDataTableRowLabel">Mittelwert/" is working.
> And same regex is not working with version 8.34.
> 
> With on line regex tool I tested with PCRE support and it returned no match.
> www.rgextester.com

What are the actual characters of your regex and what are the delimiting
characters above? In fact, whether you are using " or / as a delimiter, 
you have got instances of the delimiter inside the regex, so they need 
to be escaped. I suspect this is the problem.

Philip


-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to