On 06/01/2010, Evandro Grezeli <[email protected]> wrote: > Hi People, > > I need to grab only the decimals numbers present in the "oProtocolo.valu" in > the following body function: > > if (Doc.getElementById("datanasc") != null) { > var oDtNasc = Doc.getElementById("datanasc"); > var oProtocolo = Doc.getElementById("protocolo"); > var oCpf = Doc.getElementById("cpf"); > oDtNasc.value = '02011987'; > oProtocolo.value = '000001000790535'; > oCpf.value = '00609753002'; > Doc.form.submit(); > } > > I made the following Regex: oProtocolo\.value\ \=\ \' (\d+) > But it's getting nothing in the JMeter (i validated the regex using Regex > Coach (Linux), apparently it's fine). > > Any clue?
http://jakarta.apache.org/jmeter/usermanual/regular_expressions.html http://jakarta.apache.org/jmeter/usermanual/regular_expressions.html#testing_expressions > Thanks! > > > -- > Regards > Evandro Grezeli de B. Neves > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

