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)?