regexhq / filename-regex
Regular expression for matching file names, with or without extension.
☆33Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for filename-regex
- Define a non-enumerable property on an object.☆21Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 2 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆54Updated 3 months ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated 7 months ago
- Get the version numbers of a package from the npm registry☆30Updated 8 months ago
- Timeout HTTP/HTTPS requests☆52Updated 3 years ago
- Check if a file is executable☆31Updated 6 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 3 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 3 years ago
- Check if an Iterable is empty☆22Updated 3 years ago
- PostCSS plugin to discard overridden keyframes or counter-style.☆16Updated 8 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated last year
- Returns an array filled with the specified input☆43Updated 2 years ago
- Display an error in a GUI dialog☆22Updated 3 years ago
- Object of "void elements" as defined by the WHATWG HTML Standard.☆25Updated 2 years ago
- make plain text (HTML, CSS, JSON) etc require()-able☆36Updated 10 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 3 years ago
- Sort the keys in an object.☆37Updated 5 years ago
- Check if a value is a function☆27Updated 3 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 7 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Add `module.exports` for Babel and TypeScript compiled code☆35Updated 6 months ago
- Expand a string into a JavaScript object using a simple notation.☆25Updated 5 years ago
- Utils for working with JavaScript classes and prototype methods.