Re: Which Regular Expression I need?

2008-10-07 Thread sebb
with other...but I don't know If I'm loosing something... Thanks!! -Original Message- From: Himanshu Ghai [mailto:[EMAIL PROTECTED] Sent: Lunes, 06 de Octubre de 2008 04:35 p.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? i put your text on apache root

RE: Which Regular Expression I need?

2008-10-07 Thread Jose Pablo Sarco
] Sent: Martes, 07 de Octubre de 2008 09:46 a.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? On 06/10/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Yeah; I need the value in that position...in the example is 8710; but the number change each time Jmeter run I

Re: Which Regular Expression I need?

2008-10-07 Thread sebb
to ensure that only the correct set of digits match. Regards, Jose -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Martes, 07 de Octubre de 2008 09:46 a.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? On 06/10/2008, Jose Pablo

RE: Which Regular Expression I need?

2008-10-07 Thread Jose Pablo Sarco
[mailto:[EMAIL PROTECTED] Sent: Martes, 07 de Octubre de 2008 11:05 a.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? On 07/10/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Thanks Sebb. I test my regular expression on ORO and I not have any resultBut, I have the result

Re: Which Regular Expression I need?

2008-10-07 Thread sebb
2008 11:05 a.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? On 07/10/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Thanks Sebb. I test my regular expression on ORO and I not have any resultBut, I have the result that I need on other Regular Expression

Re: Which Regular Expression I need?

2008-10-06 Thread Himanshu Ghai
try \[[^\[]+\[([^]+,){3} what it does is starts with a [ runs on until it finds [ then starts grouping the characters inside ..you might need to modify a bit.. Himanshu 2008/10/6 Jose Pablo Sarco [EMAIL PROTECTED] I need to extract the value '8710' from the Message Response described below

RE: Which Regular Expression I need?

2008-10-06 Thread Jose Pablo Sarco
. To: JMeter Users List Subject: Re: Which Regular Expression I need? try \[[^\[]+\[([^]+,){3} what it does is starts with a [ runs on until it finds [ then starts grouping the characters inside ..you might need to modify a bit.. Himanshu 2008/10/6 Jose Pablo Sarco [EMAIL PROTECTED] I need to extract

Re: Which Regular Expression I need?

2008-10-06 Thread Himanshu Ghai
[mailto:[EMAIL PROTECTED] Sent: Lunes, 06 de Octubre de 2008 03:51 p.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? try \[[^\[]+\[([^]+,){3} what it does is starts with a [ runs on until it finds [ then starts grouping the characters inside ..you might need to modify

Re: Which Regular Expression I need?

2008-10-06 Thread Himanshu Ghai
-Original Message- From: Himanshu Ghai [mailto:[EMAIL PROTECTED] Sent: Lunes, 06 de Octubre de 2008 03:51 p.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? try \[[^\[]+\[([^]+,){3} what it does is starts with a [ runs on until it finds [ then starts

RE: Which Regular Expression I need?

2008-10-06 Thread Jose Pablo Sarco
Octubre de 2008 04:35 p.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? i put your text on apache root on my machine and tried it...this seems to work for me earlier one didnt work since it has a space after a.lang.String;/2364883620 this isnt as intelligent as i thought

Re: Which Regular Expression I need?

2008-10-06 Thread Himanshu Ghai
Octubre de 2008 04:35 p.m. To: JMeter Users List Subject: Re: Which Regular Expression I need? i put your text on apache root on my machine and tried it...this seems to work for me earlier one didnt work since it has a space after a.lang.String;/2364883620 this isnt as intelligent as i