Skip to content

Instantly share code, notes, and snippets.

@akmur
Created August 8, 2017 13:16
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 akmur/6961a34516558eb27a33a241369c64b6 to your computer and use it in GitHub Desktop.
Save akmur/6961a34516558eb27a33a241369c64b6 to your computer and use it in GitHub Desktop.
Tablet Resolutions Regex
^([7-9][0-9][0-9]|[0-1][0-0][0-5][0-9])x([1-8][0-9][0-9]|[1-9][0-9][0-9][0-9])$
the first three groups of numbers are for 768 numbers, assuming you are not interested in mobiles for example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment