[pcre-dev] [Bug 1600] Issue with Regex

Top Page
Delete this message
Author: Philip Hazel
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1600] Issue with Regex
------- 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 <ph10@???> 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