Sorry ... forgot to wrap with ()
([^\t\n]* ) instead of [^\t\n]*

Ori Marko 
Quality Assurance Engineer 
Praxell Inc.
Mobile: 0524-455-177
Office:03-6126060 Ext 612
Fax: 03-6126066
http://www.praxell.com
-----Original Message-----
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 17, 2007 3:48 PM
To: JMeter Users List
Subject: Re: Regular expression issue

Works for me using $0$ as the template.

What template did you use?

On 17/12/2007, Ori Marco <[EMAIL PROTECTED]> wrote:
> Hi
>
>
>
> I trying to extract data from DB with any kind of characters and using
> the expression: [^\t\n]*
>
> I check it with http://jakarta.apache.org/oro/demo.html and it worked
> fine
>
> but in JMETER I failed to extract the data
>
>
>
> for example :
> Name    Address               DOB
>
> AB          New York            1980/01/01
>
>
>
> Should return:
>
> Match 1: Name
>
> Match 2: Address
>
> Match 3: DOB
>
> Match 4: AB
>
> Match 5: New York
>
> Match 6: 1980/01/01
>
>
>
> Thanks
>
>
>
> Ori Marko
> Quality Assurance Engineer
> Praxell Inc.
> Mobile: 0524-455-177
> Office:03-6126060 Ext 612
> Fax: 03-6126066
> http://www.praxell.com <http://www.praxell.com>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to