Skip to content

Instantly share code, notes, and snippets.

@zinkkrysty
Last active September 15, 2020 09:05
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 zinkkrysty/5857452 to your computer and use it in GitHub Desktop.
Save zinkkrysty/5857452 to your computer and use it in GitHub Desktop.
Screen resolution regular expression for Google Analytics

/^([0-9].*)x([1-8][0-9][0-9])$/

@dink10
Copy link

dink10 commented Sep 15, 2020

Hi, how about ^([0-9].*)x([1-9].*)$?
In your case you don't have option for 1920x1080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment