Skip to content

Underscores in isFQDN #33

@GeekVisit

Description

@GeekVisit

isFQDN doesn't allow underscores even if the allowUnderscores is set to true:.

Example:

isFQDN("test_example", requireTld: false, allowUnderscores: true)

Result: false

isFQDN("testexample_com", requireTld: false, allowUnderscores: true)

Result: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions