Skip to content

Instantly share code, notes, and snippets.

@robflaherty
Created November 18, 2019 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robflaherty/5648efbe3e504c263610dc0db34e0089 to your computer and use it in GitHub Desktop.
Save robflaherty/5648efbe3e504c263610dc0db34e0089 to your computer and use it in GitHub Desktop.
GA regexes
# Regex to count paths with 4 slashes
(\/[^\/]*){4}
# Regex to count paths with starting text
\/issues(\/[^\/]*){3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment