Parses the string str and verify if it is a UUID.
The function accepts the following syntax:
Note that hyphens are required within the UUID string itself, as per the aforementioned RFC.
a string representing a UUID
true if str is a valid UUID, false otherwise.
Parses the string str and verify if it is a UUID.
The function accepts the following syntax:
Note that hyphens are required within the UUID string itself, as per the aforementioned RFC.