jonschlinkert / regex-not
Create a javascript regular expression for matching everything except for the given string.
☆31Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for regex-not
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 6 years ago
- Center-align the text in a string.☆22Updated 7 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Track the list of currently unhandled promise rejections☆24Updated 5 years ago
- Strip the final newline character from a string/buffer☆35Updated 3 weeks ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆34Updated 3 years ago
- A list of directories you should ignore by default☆23Updated 2 years ago
- minify javascript in a stream using uglify-js (ES5) or terser (ES6+)☆27Updated 3 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 6 years ago
- Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.☆57Updated last month
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Gracefully restore the CLI cursor on exit☆35Updated 3 months ago
- List of node.js builtin modules☆38Updated 7 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 3 months ago
- Detect the dominant newline character of a string☆55Updated last year
- Tests whether one path is inside another path☆41Updated 4 years ago
- fs read and write streams based on minipass☆21Updated 4 months ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…