Bug 33484 - regular expression extractor
Summary: regular expression extractor
Status: RESOLVED INVALID
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.0.2
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords: FAQ
Depends on:
Blocks:
 
Reported: 2005-02-10 06:13 UTC by Sandeep
Modified: 2005-03-06 04:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandeep 2005-02-10 06:13:35 UTC
hi,

Unable to Extract Value using the JMeter's regular expression extractor .
I am using to web based application on db280 and webspere 5.1.

Refernce name      : selectedInvoice1
Regular Expression : name="selected" value="(.+?)"
Template           : $1$
Match no           : 0

I have to extract the encripted value ="dmebg.....gjgoghdo" from below .How to 
achieve this . I am trying the above settings

from """<input type="radio" name="selected" 
value="dmebgohjhegigjgoghdodmgedodgdhdbdadfdcdjdhdfdjdedbdcdedgdbdcdbdcdfdhdedcd
jdadadadadadadmcpgedodmgngbgddoejcphagifieghcephhhkffcpdaglddejddgfggehemgcdhgjd
cfcghdndmcpgngbgddodmcpebgohjhegigjgoghdo" checked="true"> """


Regards
sandeep
Comment 1 Sebb 2005-02-10 18:59:25 UTC
{this is not really a bug report; such questions are really better asked on the
JMeter user list)

Try 

name="selected"\s+value="(.+?)"

instead.

Did you mean to select a random match? 
[Can there be more than one match?]
Comment 2 The ASF infrastructure team 2022-09-24 20:37:34 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1508