Bob Proulx schrieb am 02.11.2007 18:24:
body FRT_OPPORTUN1 /(?!opportun)/I
body FRT_OPPORTUN2 /(?!opportun)/I
Huh? How are those rules matching? I am missing something. That
can't the right rule that is being hit here. Can someone educate me
as to what is happening here?
This rule is
On Sat, 3 Nov 2007, Chris Edwards wrote:
> On Fri, 2 Nov 2007, Mike Kenny wrote:
>
> | Thanks John, I had tried this. It appears that the \1 is
> | not defined within the pattern. Only for substitution?
>
> The regex John posted is fine in SA.
>
> //
>
> Mike, what's going wrong for you ? A
On Fri, 2 Nov 2007, Mike Kenny wrote:
| Thanks John, I had tried this. It appears that the \1 is not defined within
| the pattern. Only for substitution?
Hi,
The regex John posted is fine in SA.
//
Mike, what's going wrong for you ? A lint error ? Failure to match ?