hex-color-regex
Last updated
Was this helpful?
Last updated
Was this helpful?
The best regular expression (regex) for matching hex color values from string.
For more use-cases see the
[opts]
{Object} pass strict: true
for strict mode
return
{RegExp}
Example
match[0]
hex value with hash - #f3f3f3
match[1]
hex value without the hash - f3f3f3
Example
: Compose your control flow with absolute elegance. Support async/await, callbacks, thunks, generators, promises, observables, child…
: Check that given value is valid hex color, using hex-color-regex
- the best regex for…
: Check that given string contain ANSI color codes, without CLI
: Check that given name
or user/repo
exists in npm registry or in github as user…
: Check type of given javascript value. Support promises, generators, streams, and native types. Thin wrapper…
: Check that given value is any type of error and instanceof Error
: Check that given function is async (callback) function or not. Trying to guess that based…
: Correct inheriting from Error
. Supports constructing from an object of properties - focused on assertion.
: Extends kind-of
type check utility with support for promises, generators, streams and errors. Like `kindof(Promise.resolve(1))…
: Middleware composition at new level. Ultimate alternative to ware
, plugins
, koa-compose
and composition
packages. Allows…
Pull requests and stars are always welcome. For bugs and feature requests, . But before doing anything, please read the guidelines.