Skip to content

Regex issue for components that allow periods. #1

@robinmalik

Description

@robinmalik

It appears that the following format of regex doesn't work (example): ^[a-zA-Z0-9._-\.]{1,63}$, at least not in Excel 2016 (Click to run / Proplus version).

Changing this to ^[a-zA-Z0-9._-]{1,63}$ resolves the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions