On 18 February 2011 20:02, Rajiv Nanduani <rajivkumarnandv...@gmail.com> wrote:
> Try this
>
> caseDetails([a-z,A-Z]\d+)" class=

That will match

caseDetails,1234

which is probably not allowed.

If the "C" can only be upper case, then

caseDetails([A-Z]\d+)"

would be better
>
> On Fri, Feb 18, 2011 at 7:27 PM, sbhosale <sandeep.bhos...@gmail.com> wrote:
>
>>
>> Hi all,
>>
>> I want to extract C100134 value in below string
>>    <div id="caseDetailsC100134" class="caseDetails">
>>
>> Can anybody help in writing the regular expression.
>> I have tried with below options
>> 1. caseDetails(.\w+)
>> 2. caseDetails=(.\w+)
>>
>> But unfortunately its not working. Please guide me in writing the correct
>> reg ex.
>>
>> Thanks
>> Sandeep
>>
>> --
>> View this message in context:
>> http://jmeter.512774.n5.nabble.com/Need-help-in-regular-expression-tp3391100p3391100.html
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>>
>>
>
>
> --
> RAJIV KUMAR
>
> <http://rajivkumarnandvani.wordpress.com/>
> <http://learnqtphelp.blogspot.com/>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to