Re: Using multiple variable arrays for link validation

2006-07-17 Thread sebb
Try using two sets of brackets to capture both fields at the same time, and then use the group field variables _g1, _g2 to refer to them. On 06/07/06, Josh Feldman [EMAIL PROTECTED] wrote: I am trying to validate links on a page. The page I am testing involves different servers so I am using

Using multiple variable arrays for link validation

2006-07-06 Thread Josh Feldman
I am trying to validate links on a page. The page I am testing involves different servers so I am using two regular expressions to capture both the servers and the paths. The issue I am having is matching up the positions of the arrays so that the right server matches the right path. Below is my