(parse-uuid [s])Parse a string representing a UUID and return a UUID instance,
or nil if parse fails.
Grammar: https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html#toString--
Examples
No examples yet. Be the first to add one!
(parse-uuid [s])No examples yet. Be the first to add one!