doc816
06-21-2006, 11:50 AM
Hi,
I am not familiar with writing regular expressions. If someone can help me with this simple problem (simple for someone who knows how to write them), I'd appreciate it very much.
In google analytics goal tracking, the goal URL only has one field however, I need to input two slightly different URLs. To combat this problem, google allows users to input their URL in a regular expression format.
I need a regular expression which matches any of these two URLs:
https://www2.example.com/successfull/checkout
and
https://www.example.com/successfull/checkout
Notice the "2" is missing in the second URL.
How can I accomplish this? I'd appreciate any help.
Thanks
I am not familiar with writing regular expressions. If someone can help me with this simple problem (simple for someone who knows how to write them), I'd appreciate it very much.
In google analytics goal tracking, the goal URL only has one field however, I need to input two slightly different URLs. To combat this problem, google allows users to input their URL in a regular expression format.
I need a regular expression which matches any of these two URLs:
https://www2.example.com/successfull/checkout
and
https://www.example.com/successfull/checkout
Notice the "2" is missing in the second URL.
How can I accomplish this? I'd appreciate any help.
Thanks