UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

4 lines (2 loc) 144 B
const domainRegex = /^((?=[a-z0-9-]{1,63}\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,63}$/ module.exports = domain => domainRegex.test(domain)