Surendra Viswanadham wrote:
Ref Name: ref1
Regular Expression: param2=([\d{6}])
Aren't you missing the quotes around the regex?
So param2="([\d{6}])"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

