Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 96857 invoked from network); 18 Feb 2011 20:34:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2011 20:34:49 -0000 Received: (qmail 48475 invoked by uid 500); 18 Feb 2011 20:34:48 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 48374 invoked by uid 500); 18 Feb 2011 20:34:48 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 48366 invoked by uid 99); 18 Feb 2011 20:34:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Feb 2011 20:34:47 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Feb 2011 20:34:43 +0000 Received: by vws7 with SMTP id 7so2423406vws.31 for ; Fri, 18 Feb 2011 12:34:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=7i7RGZINgi3Ly2TGCiinYAR/VDYxWw+RPBo8lc2YZh0=; b=wIUGTNqIeXYV8Yp1KgFkqLPlxifepRTPcTiWkHbNveTcBITXsW6YeLmQLMCoaNQRjK MeqmOVSb/IiVUZh5Oug4M7rkg1154SIam20BlqwyyZEjfrpEo5qbCUCYnUR2PtVRclHN fz3shX91XM1aLOwD/8MG4vmoUDGc/deRKXPQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=cn6+DhCNU03+qdFwpr2+8bddkQugNWzSwKjB+KxrEPaP2Tr7It7UcgL+MbGvdgMt4b CVXnFbs1wnh5pAxPhhYvxatOVxENCPNNx4tctOIWSR1rblQ7sJZAIoqrqLayXSUdj1wf uvM9fq5jSQ3XkBO2yN/qU6TSqH6OgZRFN4yN4= MIME-Version: 1.0 Received: by 10.52.166.102 with SMTP id zf6mr2158006vdb.47.1298061261785; Fri, 18 Feb 2011 12:34:21 -0800 (PST) Received: by 10.220.80.136 with HTTP; Fri, 18 Feb 2011 12:34:21 -0800 (PST) In-Reply-To: References: <1298037462205-3391100.post@n5.nabble.com> Date: Fri, 18 Feb 2011 20:34:21 +0000 Message-ID: Subject: Re: Need help in regular expression From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 18 February 2011 20:02, Rajiv Nanduani wr= ote: > Try this > > caseDetails([a-z,A-Z]\d+)" class=3D 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 wro= te: > >> >> Hi all, >> >> I want to extract C100134 value in below string >> =A0 =A0
>> >> Can anybody help in writing the regular expression. >> I have tried with below options >> 1. caseDetails(.\w+) >> 2. caseDetails=3D(.\w+) >> >> But unfortunately its not working. Please guide me in writing the correc= t >> reg ex. >> >> Thanks >> Sandeep >> >> -- >> View this message in context: >> http://jmeter.512774.n5.nabble.com/Need-help-in-regular-expression-tp339= 1100p3391100.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >> >> > > > -- > RAJIV KUMAR > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org