Created
March 2, 2021 17:42
-
-
Save jaredmdobson/1da04297140e07fdfebb2b42def9e94a to your computer and use it in GitHub Desktop.
Localhost and domain only 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
/^((\b(localhost)\b:[0-9]+)|([a-z0-9][a-z0-9-]{1,61}[a-z0-9](?:\.[a-z]{2,})+(:[0-9]+)?))$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment