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?
thanks for your response.
--
k.p.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

