Skip to content

Instantly share code, notes, and snippets.

@anton-chernianu
Created August 16, 2018 09:53
Show Gist options
  • Save anton-chernianu/fad13ef7fe588ca1119c840c543b076e to your computer and use it in GitHub Desktop.
Save anton-chernianu/fad13ef7fe588ca1119c840c543b076e to your computer and use it in GitHub Desktop.
REGEX - Range of digits / date 1900-2018
regex: [/^(190[0-9]|19[1-9][0-9]|200[0-9]|201[0-8])+$/i]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment