You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Carsten Sensler <ic...@cauni.de> on 2005/02/02 22:22:23 UTC

JMeter encoding Types in regex functions for example?

Hello,

 

I use a version from a nightly build of JMeter, but I can try several
versions, the same strange things happen.

 

This is an extract from an old testplan from JMeter 1.9.2, with is saved in
the new format:

 

Old format:

<property xml:space="preserve"
propType="org.apache.jmeter.testelement.property.StringProperty"
name="RegexExtractor.regex">aCounter = (\d+);</property>

 

New format:

<stringProp
name="RegexExtractor.regex">aCounter+%3D+%28%5Cd%2B%29%3B</stringProp>

 

Why is the format of the regex function so strange?    (    %3D => (   for
example)?

Can I set an option to change this behaviour of the new JMeter Releases?

 

 

Thank you for the help.

 

Best regards,

Carsten