Checks if a string is a Fully Qualified Domain Name (FQDN).
The string to validate.
Options for FQDN validation.
true if the string is a valid FQDN, false otherwise. Examples of valid FQDNs: "domain.com", "subdomain.domain.com".
true
false
"domain.com"
"subdomain.domain.com"
Checks if a string is a Fully Qualified Domain Name (FQDN).