String getFirstValidDomain(final String source) => validAsciiDomainRegex.firstMatch(source)!.group(0)!;