Thanks for taking an interest.
I needed what I was asking for, but if I needed the table it should be:
rereplacenocase(string, "^.*(<table.*?substring.*?</table>).*$", "\1");
P.
> -----Original Message-----
> From: Jesse Houwing [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 18 mei 2004 18:59
> To: CF-RegEx
> Subject: Re: Finding a table
>
> -----Original Message-----
> From: Ben Doom <[EMAIL PROTECTED]>
> To: CF-RegEx <[EMAIL PROTECTED]>
> Date: Tue, 18 May 2004 12:41:47 -0400
> Subject: Re: Finding a table
>
> > Oh, I get it now.
> >
> > This isn't tested, but you could try to use greedy matching to your
> > advantage:
> >
> > rereplacenocase(string, "^(.*)<table.*?substring.*?</table>", "\1");
>
> And if you need the table itself it would be:
>
> rereplacenocase(string, "^.*(<table.*?substring.*?</table>)", "\1");
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
