Created
June 25, 2020 15:11
-
-
Save moritzebeling/1a5b282e70f92fee822c6509660f1d8b to your computer and use it in GitHub Desktop.
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
## Year validation YYYY 1800 until now | |
^(18|19|20)\d{2}$ | |
## Pseudo URL validation | |
^https?:\/\/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment