[ Version ( since = "2.52" ) ]
public bool string_is_valid (string str)
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.
str |
a string representing a UUID |
true if |