regex-hexcolor
v1.0.0
Published
Check to see if it is a hex color
Downloads
6
Maintainers
Readme
Regex hexColor ?
Regular expression for matching a hexcolor
Install
$ npm install --save regex-hexcolor
Usage
const regexHex = require(regex-hexcolor);
const fullHex = "#FFFFFF";
const hex = "#FFF";
regexHex.test(fullHex);
regexHex.test(hex);
License
MIT © James Perkins