You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Ori Marco <or...@praxell.com> on 2007/10/18 12:44:53 UTC

Little help with reg exp

Hi

 

I need a little help with regular exp:

How can I find any string in line (can include all kind of chars types
as ) / , ...)

Thanks in advance

 

Ori Marko 
Quality Assurance Engineer 
Praxell Inc.
http://www.praxell.com <http://www.praxell.com> 


Re: Little help with reg exp

Posted by sebb <se...@gmail.com>.
http://wiki.apache.org/jakarta-jmeter/RegularExpressions

On 18/10/2007, Florent Guiliani <fl...@4js.com> wrote:
> Ori Marco a écrit :
> > How can I find any string in line (can include all kind of chars types
> > as ) / , ...)
>
> Special chars must be escaped with \. You should start with a perl5 regexp turorial.
>
> Florent,
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Little help with reg exp

Posted by Florent Guiliani <fl...@4js.com>.
Ori Marco a écrit :
> How can I find any string in line (can include all kind of chars types
> as ) / , ...)

Special chars must be escaped with \. You should start with a perl5 regexp turorial.

Florent,


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org