regexhq / filename-regexLinks
Regular expression for matching file names, with or without extension.
☆33Updated 8 years ago
Alternatives and similar repositories for filename-regex
Users that are interested in filename-regex are comparing it to the libraries listed below
Sorting:
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 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 2 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Parse a glob pattern into an object of path parts.☆25Updated 5 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 8 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 3 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Make a shallow clone of an object, array or primitive.☆30Updated 2 months ago
- Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists☆30Updated 7 years ago
- Repeat a string - fast☆35Updated 4 years ago
- Regular expression for matching punctuation characters.☆10Updated 8 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 3 months ago
- Create an array without duplicates☆73Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Updated 4 years ago
- Check if a file is executable☆29Updated 7 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Align the text in a string.☆51Updated 5 years ago
- Returns an array filled with the specified input☆43Updated 3 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆56Updated 3 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Updated 4 years ago
- Timeout HTTP/HTTPS requests☆51Updated 2 months ago
- Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!☆82Updated 6 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago