regexhq / hex-color-regexView external linksLinks
Regular expression for matching hex color values from string.
☆33Jun 3, 2017Updated 8 years ago
Alternatives and similar repositories for hex-color-regex
Users that are interested in hex-color-regex are comparing it to the libraries listed below
Sorting:
- Loop over each item in an array and call the given function on every element.☆14Feb 27, 2017Updated 8 years ago
- A PostCSS Plugin for mrmrs's Colors.css☆13May 2, 2015Updated 10 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Instagram clone built with Vue.js☆12May 15, 2021Updated 4 years ago
- Call the given method on each value in the given object.☆20Mar 14, 2023Updated 2 years ago
- Easily add plugin support to your node.js application.☆26Dec 14, 2020Updated 5 years ago
- ✏️ My personal blog, built with Gatsby 2☆11Jul 21, 2025Updated 6 months ago
- A library to make errors.☆12Oct 23, 2021Updated 4 years ago
- A probot app for automatic issue duplicate detection☆11Oct 2, 2024Updated last year
- Get the list of npm modules that depend on the specified npm module.☆15Dec 27, 2017Updated 8 years ago
- Find and load a YAML or JSON config file from a local project, installed npm module, or the user's home directory.☆13Dec 30, 2015Updated 10 years ago
- Paginate an array into pages of items.☆15Jul 19, 2016Updated 9 years ago
- Faster, node.js focused alternative to JavaScript's native array map.☆14Feb 28, 2017Updated 8 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Apr 26, 2017Updated 8 years ago
- ☆11May 16, 2015Updated 10 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Mar 15, 2023Updated 2 years ago
- A tiny stream log☆54Jun 8, 2019Updated 6 years ago
- Get all links from a markdown string.☆12May 25, 2020Updated 5 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- CSV parser for node.js☆15Mar 11, 2019Updated 6 years ago
- Moe Moe Kyun☆17Oct 29, 2020Updated 5 years ago
- Check if a file is executable☆29Jul 7, 2018Updated 7 years ago
- Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulti…☆39Sep 1, 2017Updated 8 years ago
- Check if a path is in the current working directory☆23May 3, 2021Updated 4 years ago
- 16:9 wallpapers collection from all over the internet.☆10Dec 7, 2024Updated last year
- Redis client focused on providing a delightful user experience.☆16Jan 28, 2021Updated 5 years ago
- Update a copyright statement with the current year. Also makes minor corrections.☆15Jun 26, 2017Updated 8 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Dec 15, 2018Updated 7 years ago
- Make a shallow clone of an object, array or primitive.☆31Sep 4, 2025Updated 5 months ago
- Returns true if a filepath is absolute. The original path-is-absolute.