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 + foreach


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 used linkID
Template $1$
matchNo -1

And so I created a for each:

Input prefix : LinkID
output: ID

on my request I added this variable to the request : ID : ${ID}

But this is not working. It don't even get to the for each. Could anyone 
help me with this?

Thanks

Vinicius

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to