good in english language) i don't understand how to proceed for
multiline string ...
Just add
(?m)
immediately before the regex.
Thanks again.
-Message d'origine-
De : sebb [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 12 octobre 2006 12:16
À : JMeter Users List
Objet : Re: Probl
4:07
À : jmeter-user@jakarta.apache.org
Objet : RE: Problem with regular expression for extractor
I'd use the XPath postprocessor to do what you want done. Only thing is
you'll need to use 2 postprocessors if you want to extract 2 values, etc.
Additional problem with RE is that this particular regex
e-
De : sebb [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 12 octobre 2006 12:16
À : JMeter Users List
Objet : Re: Problem with regular expression for extractor
Use the RE Post-Processor
http://jakarta.apache.org/jmeter/usermanual/component_reference.html
with an RE of the form:
(\d+)\s+ |(\d+
eudi 12 octobre 2006 12:16
À : JMeter Users List
Objet : Re: Problem with regular expression for extractor
Use the RE Post-Processor
http://jakarta.apache.org/jmeter/usermanual/component_reference.html
with an RE of the form:
(\d+)\s+ |(\d+)\s+|(\S+)\s+|(.+?)|(.+?)
The values will then
Use the RE Post-Processor
http://jakarta.apache.org/jmeter/usermanual/component_reference.html
with an RE of the form:
(\d+)\s+ |(\d+)\s+|(\S+)\s+|(.+?)|(.+?)
The values will then be in the variables:
refname_g1 = id
...
refname_g5 = status
On 12/10/06, Bruno Charloup <[EMAIL PROTECTED]> wr
Hi all,
I'm trying to extract information from part of one page, but I can't succeed
in it.
The part of the my page is as follow :
1 |1 |01/04/1995 |1995 Patent Act.
|Applicable
9 |2 |14/10/2006 |Essai test automatique
|Not Used Yet
I want to extract eac
6 matches
Mail list logo