2019.10.25 • Published 5 years ago

chronver-regex v2019.10.25

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

chronver-regex

Regular expression for matching chronver versions

Install

$ npm i chronver-regex

Usage

const chronverRegex = require("chronver-regex");

chronverRegex().test("1970.01.01");
// => true

chronverRegex().test("1970.01.01-alpha.10.beta+build.unicorn.rainbow");
// => true

License

MIT © netop://ウエハ