Skip to content

Validate UUID without creating UUID (and underlying byte array) #137

@jerome-laforge

Description

@jerome-laforge

We have often received UUID as string format.
We use error returns by Parse(s string) (UUID, error) but we always discard UUID.

Is it possible to add Validate(s string) error that just validate the input string without created UUID (and its underlying byte array)?

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