CommonValidatorFunctions.isValidDnsSubdomain()
Home > @backstage/catalog-model
> CommonValidatorFunctions
> isValidDnsSubdomain
Checks that the value is a valid DNS subdomain name.
Signature:
static isValidDnsSubdomain(value: unknown): boolean;
Parameters
Parameter |
Type |
Description |
---|---|---|
value |
unknown |
The value to check |
boolean