Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a better 'isHostname' insite 'util.js' #15

Open
gear54rus opened this issue Jan 10, 2016 · 0 comments
Open

Need a better 'isHostname' insite 'util.js' #15

gear54rus opened this issue Jan 10, 2016 · 0 comments

Comments

@gear54rus
Copy link
Contributor

Currently, it's a simple regex:

return /^(([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])\.)*([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])$/i.test(string);

Need to check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant