A validator validates a string as a proper UUID
public
getPattern(): string
Returns the regular expression pattern used by this validator
The regular expression pattern this validator uses
validate(string $uuid): bool
Returns true if the provided string represents a UUID
The string to validate as a UUID
True if the string is a valid UUID, false otherwise