>I'd optimistically use 'a href="/mailer_accounts/(\d+)"' It depends on how likely the ID format is to change. i usually prefer having more lenient capture strings >I heard that this extractor was quite slow, but haven't tested it myself. I'd say memory is probably a bigger issue than performance but it was just a guess that he might need positional matches since the HTMN looks too generic to me.
> On Wed, Jan 12, 2011 at 12:15 AM, Felix Frank <[email protected]> wrote: > On 01/12/2011 06:52 AM, Deepak Shetty wrote: > > Hi > > > > Its not clear what the boundaries are > > > > href="/mailer_accounts/([^"]*)"><img\s*alt="Manilla\sTest\sMailer\s1" > > Template=$1$ > > If you want all matches use -1 , otherwise use the number for the match > you > > want > > I'd optimistically use 'a href="/mailer_accounts/(\d+)"'. > > > You might also consider an XPath extractor > > I heard that this extractor was quite slow, but haven't tested it myself. > > Regards, > Felix > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

