regex-hexcolor

Check to see if it is a hex color

Downloads
10
Stars
0
Committers
2

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

Package Rankings
Top 29.08% on Npmjs.org
Badges
Extracted from project README
Build Status tippin.me Donate.Paypal Donate.Coffee Donate.Patreon