• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

11 library(uuid): Universally Unique Identifier (UUID) Library
All Application Manual Name SummaryHelp

  • 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)
Source[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.
ClioPatria (version V3.1.1-51-ga0b30a5)