uuid-v4-regex
v1.0.2
Published
Validate whether a given string is a valid UUID v4
Downloads
208
Maintainers
Readme
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')