Re: need help with regular expression

2007-05-16 Thread smithas
>> >> "(\S+?)" >> >> >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> &

Re: need help with regular expression

2007-05-16 Thread smithas
: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/need-help-with-regular-expression-tf3759491.html#a10645254 Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: need help with regular expression

2007-05-16 Thread smithas
10aww0fwduD9gnZjX.EJo5qSE89DUbJ0dL7xu3kg"); >> return false;" title="click to remove from dashboard"> [remove] >> >> >> I would like to get the value >> >> ,_W13kBIBAAA.MNl_DzDQuqdMvMz2jPo6ujMHpGjhp9Hleit43iDIBKSz5JO10aww0fwduD9gnZjX.EJo5qSE89DUbJ0dL7xu3kg" >> >> I tried with no success. Can anyone ple

Re: need help with regular expression

2007-05-16 Thread mahesh kumar
o remove from dashboard"> [remove] I would like to get the value ,_W13kBIBAAA.MNl_DzDQuqdMvMz2jPo6ujMHpGjhp9Hleit43iDIBKSz5JO10aww0fwduD9gnZjX.EJo5qSE89DUbJ0dL7xu3kg" I tried with no success. Can anyone please help me out. Thanks in advance. -- View this message in context: ht

Re: need help with regular expression

2007-05-16 Thread chris
then use this regex: "(\S+?)" - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: need help with regular expression

2007-05-15 Thread smithas
g" > > 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: > > "(\S+?") > >> I tried with no success. Can anyon

Re: need help with regular expression

2007-05-15 Thread sebb
resent 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: "(\S+?") I tried with no success. Can anyone please help me out. Thanks in advance. -- View this message in context: http://www.nabbl

need help with regular expression

2007-05-15 Thread smithas
- 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.