I need to build a regular expression, which is going to be used in a Google Analytics filter. The regular expression needs to capture all of following strings:
/webshop?product=bil, /webshop?product=indbo, /webshop?product=hus, /webshop?seksjon=product, /webshop?product=ulykke
I've tried building several regex s but no luck this time. Can someone help?