well the '.' character matches anything including a literal '. ' , so strictly speaking you are correct, but the match should still work (it might just find additional matches)
On Wed, Dec 16, 2009 at 10:48 PM, <[email protected]>wrote: > > I don't know vey well ORO regexp, but perhaps the dot character must be > escaped like this > PG_File=([a-z]+\.mht) > > Cordialement / Best regards > > Jean-Louis Pasturel > > -----Message d'origine----- > De : johnFASTAR [mailto:[email protected]] > Envoyé : mercredi 16 décembre 2009 18:43 > À : [email protected] > Objet : JMeter, Regular Expression Extractor not reading Java input? > > > In JMeter, have inserted a Regular Expression Extractor, the Regular > Expression Below: > PG_File=([a-z]+.mht) > > I'm trying to get the (dynamic of course!) file name from this statement > within html/java script: > > /ibi_apps/WFServlet > > PG_REQTYPE=REDIRECT&PG_MRsaved=false&PG_Func=GETBINARY&PG_File=jymiymdb.mht" > ); > > > It's not capturing the file name at all. > > Is there something else I should be looking at? > > Thanks! > > John Yavelak > > > -- > View this message in context: > > http://old.nabble.com/JMeter%2C-Regular-Expression-Extractor-not-reading-Jav > a-input--tp26815328p26815328.html<http://old.nabble.com/JMeter%2C-Regular-Expression-Extractor-not-reading-Jav%0Aa-input--tp26815328p26815328.html> > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > ********************************* > This message and any attachments (the "message") are confidential and > intended solely for the addressees. > Any unauthorised use or dissemination is prohibited. > Messages are susceptible to alteration. > France Telecom Group shall not be liable for the message if altered, > changed or falsified. > If you are not the intended addressee of this message, please cancel it > immediately and inform the sender. > ******************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

