On 22/02/2008, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote: > Hi > I'm tring to apply a match regex on this string > the field "text" is > > Regular Expressin Extractor > reference name = example > regular expression = (the field "text" is) > template = $1$ > Match = 1 > Default = NO > > Running Jmeter always return NO
Odd, because that looks OK. > If i change > regular expression = (the field) the match work correctly. > This means that the rest of the RE was not quite right. > I tryed also to use jakarta Demonstration Applet if i insert > "text" or \"text\" the regex match correctly > Double-quotes are not meta-characters and don't need to be escaped. > Where is the error? Are you sure the spacing is correct? It's easy to overlook a different number of spaces. Or perhaps there are tabs? You can match arbitrary white space with \s+ > THANKS > Fulvio > > > --------------------------------- > > > --------------------------------- > L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

