1.0.2 • Published 8 years ago
uuid-v4-regex v1.0.2
uuid-v4-regex
Tiny module providing a regex for use in validating UUID V4s.
Usage
$ yarn add uuid-v4-regex
const { regex } = require('uuid-v4-regex')
regex.test('f0827d4c-308a-4327-8018-b52116710fbe')