You can use __regexFunction: http://jakarta.apache.org/jmeter/usermanual/functions.html#__regexFunction)
Or the Regular Expression Extractor: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular _Expression_Extractor The JMeter user manual has a little info on regular expressions: http://jakarta.apache.org/jmeter/usermanual/regular_expressions.html Otherwise there are various tutorials on the internet. For extracting the number you can use: application_number=(\d+) Regards, Matt C. -----Original Message----- From: Senthil Kumaran [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 11:37 PM To: [email protected] Subject: Regular Expression with Parameter Hi! I am trying to use the reg expression for the following: First i am posting the data to the application form. After submitting the application it will generate application number. The HTTP Response is <a href="application.do?show_form=showApplication&application_number=210"> In this response, only the application_number varies. I need to get the value of application_number i.e 210 How do i get this value using regular expression? or Is there is any other way to do this? I am new to JMeter , so kindly help me Thanks Senthil --------------------------------------------------------------------- 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]

