mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 05:16:23 +00:00
Fix uuid regular experession.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
;; --- String utils
|
||||
|
||||
(def +uuid-re+
|
||||
#"^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$")
|
||||
#"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")
|
||||
|
||||
(defn uuid-str?
|
||||
[v]
|
||||
|
||||
Reference in New Issue
Block a user