Skip to main content

parse-uuid

functionv1.11

cljs.core/parse-uuid

Available in:BBCLJCLJS
(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--

No examples yet. Be the first to add one!