Thanks Zilla for your reply!
I have tried using modid=(\d*), but no luck for me.
Looks like response code is unique one i.e. it is not part of HTML body, so
within regular expression, I need to select 'Response field to check' =
'Body(unescaped)' etc. It works for one of my similar script but not for
this as here extra character '&' exists.

Reg#1: <meta http-equiv="refresh" content="5;
url=http://qa-2sc-usc\.2tor\.com/mod/resource/view\.php\?id=(.+?)" />   
----- Works Fine

Reg#2: <meta http-equiv="refresh" content="5;
url=http://qa-2sc-usc\.2tor\.com/course/view\.php\?id=94&amp;modid=(.+?)&amp;modtype=assignment"
/>   ----- Problematic

Reg#1 works for me but Reg#2 still giving me problem.
- Vinay

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Regular-expression-extractor-using-escape-character-tp4382219p4384219.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to