Created
August 8, 2017 13:16
-
-
Save akmur/6961a34516558eb27a33a241369c64b6 to your computer and use it in GitHub Desktop.
Tablet Resolutions Regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^([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