respect-validation/docs/Uuid.md
Dick van der Heiden 327297ca6f
Create "Uuid" rule
2017-10-15 18:34:38 +02:00

382 B

Uuid

  • 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

Changelog

Version Description
2.0.0 Created

See also: