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:
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 2 weeks ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Parse a glob pattern into an object of path parts.☆25Updated 5 years ago
- Repeat a string - fast☆34Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 8 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 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 2 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Create an array without duplicates☆71Updated 4 years ago
- Regular expression for matching punctuation characters.☆10Updated 8 years ago
- Timeout HTTP/HTTPS requests☆51Updated 4 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 4 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Updated 4 years ago
- Check if a file is executable☆29Updated 7 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 5 months ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Align the text in a string.☆52Updated 5 years ago
- Utils for working with JavaScript classes and prototype methods.☆19Updated 2 years ago
- Convert arabic numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc)☆21Updated 8 years 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
- Make a shallow clone of an object, array or primitive.☆29Updated 5 years ago
- CSV parser for node.js☆15Updated 6 years ago