RE: Regex Extractor + foreach

2004-09-16 Thread Chuck Henson
Vinicius, Check out http://weitz.de/regex-coach/ This is great tool for building complex regex (I learned alot using it too) -Original Message- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 9:29 AM To: [EMAIL PROTECTED] Subject: Regex Extractor

Re: Regex Extractor + foreach

2004-09-16 Thread sebb
On Thu, 16 Sep 2004 11:29:08 -0300, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > Hi there! I'm trying to use the regex extractor here + for each. > > So, after my request I put a post-processor to get a regex from a response: > I have this on my code : javascript:excluir(123) > So I used this as

Regex Extractor + foreach

2004-09-16 Thread Vinicius Carvalho
Hi there! I'm trying to use the regex extractor here + for each. So, after my request I put a post-processor to get a regex from a response: I have this on my code : javascript:excluir(123) So I used this as regex : javascript:excluir([0-9]+) (Note, I don't know regex at all :( ) Reference name I