This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
55440dca4a
budibase
/
packages
/
string-templates
/
test
/
constants.ts
3 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Change to js
2024-02-21 23:11:38 +01:00
export
const
UUID_REGEX
=
Adding a UUID helper to simplify things, question comes up fairly regularly.
2023-12-13 18:56:16 +01:00
/^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i