Skip to content

Kirby 4.3.0

uuid

Checks for a valid Uuid, optionally for specific model type

V::uuid(string $value, ?string $type = null): bool

Parameters

Name Type Default
$value * string
$type string|null null

Return type

bool