Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
^.*website.com($|\/$|\?.*|\/\?.*)
/
gm

Description

Useful for GTM if you want to set up a trigger that only fires on homepage (or to use the ReGex does not Equal option to exclude the homepage..)

The key thing is this will also include UTM params.

Submitted by anonymous - 5 years ago