RE: regex extractor termplate

2004-07-16 Thread BAZLEY, Sebastian
MAT I suggest trying the following templates to narrow down the problem? $2$VAR$3$ $2$ ${VAR} $3$ $2$${VAR}$3$ where VAR is a variable that has been set elsewhere. This should reveal if there is a bug or not. S. -Original Message- From: praveen [mailto:[EMAIL PROTECTED] Sent: 16 Ju

regex extractor termplate

2004-07-16 Thread praveen
hello- i am using jmeter 2.0.1 on linux using jdk 1.4. my regex is something like (grp1_regex)(grp2_regex)(grp3_regex) in the template, i have this $2$${__CSVRead(/home/praveen/usr/jmeter/guo/names.csv,4)}/$3$ what i am trying to construct here is a URL $2$ - conta