reg ex : "(.*?)& returned  class="button" onclick="
VisualizationModule.redirectReport(



mahesh kumar-3 wrote:
> 
> U can u se regular expression extractor and the format is like this
> 
> "(.*?)&
> 
> then the value is write into the corresponding regular expression
> varibale.We can use the variable as ${variablename}
> 
> ---Mahesh
> 
> 
> On 5/15/07, smithas <[EMAIL PROTECTED]> wrote:
>>
>>
>> I need some help with creating a regular expression. The HTML code looks
>> like
>> this,
>>
>>
>> onclick="dashboard._remove(
>> this.parentNode.parentNode.parentNode.parentNode,
>>
>> &quot;_W13kBIBAAA.MNl_DzDQuqdMvMz2jPo6ujMHpGjhp9Hleit43iDIBKSz5JO10aww0fwduD9gnZjX.EJo5qSE89DUbJ0dL7xu3kg&quot;);
>> return false;" title="click to remove from dashboard">   [remove]
>>
>>
>> I would like to get the value
>>
>> ,_W13kBIBAAA.MNl_DzDQuqdMvMz2jPo6ujMHpGjhp9Hleit43iDIBKSz5JO10aww0fwduD9gnZjX.EJo5qSE89DUbJ0dL7xu3kg&quot
>>
>> I tried with no success. Can anyone please help me out.
>> Thanks in advance.
>> --
>> View this message in context:
>> http://www.nabble.com/need-help-with-regular-expression-tf3759491.html#a10625833
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/need-help-with-regular-expression-tf3759491.html#a10644850
Sent from the JMeter - User mailing list archive at Nabble.com.


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

Reply via email to