Warning: is_uuid is deprecated since 1.32.
Checks if str is a UUID
older versions of NetworkManager had a wrong understanding of what makes a valid UUID. This function can thus accept some inputs as valid, which in fact are not valid UUIDs.
| str |
a string that might be a UUID |
|
true if In older versions, is_uuid did not accept null as |