RE: question of Regular Expressions

2004-12-07 Thread Liao, Avian
Match NO. : 0 And, surprisely, it works. I don't know how to explain, but I am going to settle with it, if there are no better solution. Thanks for all the effort. Avian -Original Message-" From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 2:5

RE: question of Regular Expressions

2004-12-07 Thread Kyle McAbee
2004 4:47 PM To: Jmeter Question (E-mail) Subject: question of Regular Expressions Hi, I try to use regular Expression Extractor to catch the following: "3FFBE12D-AA29-B37B-4612-8173B7C2CCE7" and I use the Regular Expression Extractor: Reference Name: AAA Regular Expression: AAA =

Re: question of Regular Expressions

2004-12-07 Thread sebb
On Mon, 6 Dec 2004 16:47:09 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, > > I try to use regular Expression Extractor to catch the following: > > "3FFBE12D-AA29-B37B-4612-8173B7C2CCE7" > > and I use the Regular Expression Extractor: > Reference Name: AAA > Regular Expression: AAA = (\w*-

question of Regular Expressions

2004-12-06 Thread Liao, Avian
Hi, I try to use regular Expression Extractor to catch the following: "3FFBE12D-AA29-B37B-4612-8173B7C2CCE7" and I use the Regular Expression Extractor: Reference Name: AAA Regular Expression: AAA = (\w*-\w*-\w*-\w*-\w*) Template:$1$ Match No: 0 Default value: No Result I found out, if there i