You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
jerome-laforge
changed the title
Validate UUID without parsing and creating UUID (and underlying byte array)
Validate UUID without creating UUID (and underlying byte array)
Nov 6, 2023
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 createdUUID
(and its underlying byte array)?The text was updated successfully, but these errors were encountered: