RE: question of Regex

2004-12-20 Thread Liao, Avian
: Kyle McAbee [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 2:00 PM To: JMeter Users List Subject: RE: question of Regex Dear Avian Liao and JMeter Users: Based on your example, the following regular expression matches a URL and target name. For each match, the URL and target name are

RE: question of Regex

2004-12-20 Thread Kyle McAbee
Dear Avian Liao and JMeter Users: Based on your example, the following regular expression matches a URL and target name. For each match, the URL and target name are stored in a group (sometimes called a submatch in the Microsoft Windows world). The tricky bit is using [\s]+ to skip one or more

question of Regex

2004-12-20 Thread Liao, Avian
Hi, all, I have page, that is simliar to this, You may notice that all the link are set between select , and followed with some target name (like Avaya, or Beata), the hard part that I cannot resolved is that I only can use Regex to catch the value if the is put between the target name(s