Javascript – How can I validate a domain using a RegExp, with separate expressions for classic DNs, ACE IDNs, and non-ACE IDNs?
Before you close this question as a duplicate or some other reason, please consider that the emphasis here is in part on defining (how) a character class for validating the allowed IDN character set. This question is not intended to…