Created
December 6, 2021 09:54
-
-
Save Segmentational/5b6a8cdffa1d91fd0697c563179cd6df to your computer and use it in GitHub Desktop.
Hostname Regular Expression
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
| const Expression = new RegExp("^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment