source:
imaps-frontend/node_modules/uuid/dist/cjs/regex.js
Last change on this file was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 251 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | Object.defineProperty(exports, "__esModule", { value: true }); |
3 | exports.default = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i; |
Note:
See TracBrowser
for help on using the repository browser.