On Tue, 23 Nov 2004 10:48:37 -0600, praveen <[EMAIL PROTECTED]> wrote:
> I am using jmeter compiled from source. the version is 2.1.20041011
>
> I am curious to know that in regex,
>
> \d+
>
> works, but
>
> \d{4}
>
> or
>
> \d{4,}
>
> does not.
>
> Doesn't jmeter support perl5 regex? if so, why wouldn't the above work?
Works for me in the Response Assertion and Regex Extractor test
elements using 2.1.2.
The following page on the Wiki has some info on what is supported:
http://wiki.apache.org/jakarta-jmeter/RegularExpressions
Dunno why the {} syntax doesn't work for you - are there any relevant
messages in the jmeter log file?
>
> thanks for your response.
>
> --
> k.p.
>
> ---------------------------------------------------------------------
> 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]