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