Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75A68D93F for ; Mon, 18 Feb 2013 07:21:09 +0000 (UTC) Received: (qmail 38758 invoked by uid 500); 18 Feb 2013 07:21:08 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 38732 invoked by uid 500); 18 Feb 2013 07:21:08 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 38706 invoked by uid 500); 18 Feb 2013 07:21:07 -0000 Delivered-To: apmail-jakarta-jmeter-user@jakarta.apache.org Received: (qmail 38700 invoked by uid 99); 18 Feb 2013 07:21:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2013 07:21:07 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of fazal.waseem@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2013 07:21:00 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1U7L1k-0003mi-63 for jmeter-user@jakarta.apache.org; Sun, 17 Feb 2013 23:20:40 -0800 Date: Sun, 17 Feb 2013 23:20:40 -0800 (PST) From: waseemfa To: jmeter-user@jakarta.apache.org Message-ID: <1361172040179-5716153.post@n5.nabble.com> In-Reply-To: <1360876368428-5716143.post@n5.nabble.com> References: <1360876368428-5716143.post@n5.nabble.com> Subject: Re: Using regular expression extractor to extract one value from a string MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, You can achieve this by having a regex like value=(.*) and having the "Match No." set to "-1". This will get you all the values. You can refer the values by simply calling "VariableName_1" for the first value, "VariableName_2",.....,"VariableName_n" for the 2nd value....for the nth value. -Waseem -- View this message in context: http://jmeter.512774.n5.nabble.com/Using-regular-expression-extractor-to-extract-one-value-from-a-string-tp5716143p5716153.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org