mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-21 11:58:17 +00:00
341 B
341 B
kumo.uuid.parse(UUID)
{{since('dev')}}
Parses a UUID from a string and into a UUID object.
local u = kumo.uuid.parse '{69994630-3e27-11ef-91fc-cc28aa0a5c5a}'
assert(u.hyphenated == '69994630-3e27-11ef-91fc-cc28aa0a5c5a')
See The UUID Object for more information about the returned UUID object.