Uuid()
Validates whether the type of an input is a valid UUID. Both version 1 and version 4 or supported.
v::uuid()->validate('Hello World!'); // false v::uuid()->validate('eb3115e5-bd16-4939-ab12-2b95745a30f3'); // true
See also: