Actually I wanted the  value for the key like ,

_W13kBIBAAA.MNl_DzDQuqdMvMz2jPo6ujMHpGjhp9Hleit43iDIBKSz5JO10aww0fwduD9gnZjX.EJo5qSE89DUbJ0dL7xu3kg

I do not need the comma or semi colon.

Thanks
smitha


sebb-2 wrote:
> 
> On 15/05/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
> 
> Not possible, since that is not present in the original, as far as I can
> tell.
> 
> The original has a semi-colon at the start rather than a comma.
> 
> Assuming that is a mistake, try:
> 
> &quot;(\S+?&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.
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/need-help-with-regular-expression-tf3759491.html#a10628869
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