11 library(uuid): Universally Unique Identifier (UUID) Library
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog C-library
library(uuid): Universally Unique Identifier (UUID) Library
uuid/1
uuid/2
uuid_property/2
is_uuid/1
Availability:
:- use_module(
library(uuid)
).
(can be autoloaded)
[semidet]
is_uuid
(
@UUID
)
True when
UUID
is a
UUID
represented as an atom. It merely validates that the length is 36 characters, there are
-
at the right place and all other characters are hexadecimal.