Regular Expressions 101

Community Patterns

Clean URL with ID at the end

0

Regular Expression
PCRE (PHP <7.3)

/
(\/classification\/showIndividualStageClassification\/|\/classification\/showIndividualLeagueClassification\/)(.*)
/
g

Description

Regular expression to replace and remove ID at the end for Google Analytics

Submitted by anonymous - 6 years ago