We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Determine whether a string is a valid UUID or not
uses('uuid');
public static function string [[UUID]]::isUUID(string [in] $str)
UUID::isUUID() tests whether a string consists of a valid UUID.
UUID::isUUID()
$str
If $str is a UUID, then the return value is $str, otherwise null is returned.
null