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:
- 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
- Align the text in a string.☆51Updated 5 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Basic logging utils: colors, symbols and timestamp.☆24Updated 6 years ago
- Define a non-enumerable property on an object.☆21Updated 2 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
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Updated 4 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Repeat a string - fast☆34Updated 4 years ago
- Returns an array filled with the specified input☆42Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Alternative to Lo-Dash template with support for helpers.☆17Updated 5 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 2 weeks ago
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 8 years ago
- Regular expression for matching punctuation characters.☆10Updated 8 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 8 years ago
- Get the version numbers of a package from the npm registry☆30Updated last year
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Create an array without duplicates☆71Updated 4 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 3 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Returns true if a value exists, false if empty. Works with deeply nested values using object paths.☆26Updated 7 years ago
- Replace all substring matches in a string☆88Updated 4 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
- Split a string on a given character or characters, with support for escaping.☆58Updated 3 years ago
- Expand a string into a JavaScript object using a simple notation.☆26Updated 5 years ago