mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
Fix uuid regular experession.
This commit is contained in:
parent
89779bf658
commit
3cba2cda12
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
;; --- String utils
|
;; --- String utils
|
||||||
|
|
||||||
(def +uuid-re+
|
(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?
|
(defn uuid-str?
|
||||||
[v]
|
[v]
|
||||||
|
|
Loading…
Add table
Reference in a new issue