jonschlinkert / regex-not
Create a javascript regular expression for matching everything except for the given string.
☆31Updated 6 years ago
Alternatives and similar repositories for regex-not:
Users that are interested in regex-not are comparing it to the libraries listed below
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 5 months ago
- A list of directories you should ignore by default☆23Updated 2 years ago
- Repeat a string - fast☆34Updated 3 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Center-align the text in a string.☆23Updated 7 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 7 years ago
- Check if a file path is a binary file☆44Updated 8 months ago
- Get the visual width of the widest line in a string - the number of columns required to display it☆37Updated last year
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 7 years ago
- Returns an object with the base path and the actual pattern from a glob.☆17Updated 7 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆34Updated 3 years ago
- Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.☆59Updated 3 months ago
- Get the first path that exists on disk of multiple paths☆58Updated last year
- Transforms .gitignore patterns to ones compatible with the glob package (used by Grunt & others)☆16Updated 4 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
- Bash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.☆14Updated 3 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 3 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 6 months ago
- Create ansi colors by passing open and close codes.☆18Updated 9 months ago
- minify javascript in a stream using uglify-js (ES5) or terser (ES6+)☆27Updated 3 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- Strip the final newline character from a string/buffer☆36Updated 2 months ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated 10 months ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆36Updated 2 years ago
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Updated 4 years ago
- Check if a path is a file, directory, or symlink☆77Updated 5 months ago