Regular Expressions 101

Community Patterns

0

Email

PCRE (PHP <7.3)
This is to find email
Submitted by anonymous - 3 years ago

Extract Domain from GA view

0

Regular Expression
PCRE (PHP <7.3)

/
(?i)^.*\.[\D]\.[\D]\.[\d]{1,2}[\s]\-[\s]([a-z]{0,3}\..+\.[a-z]{0,3}|.+\.[a-z]{0,3}).*$
/
gm

Description

Loading markdown...
Submitted by anonymous - 3 years ago