jonschlinkert / regex-notLinks
Create a javascript regular expression for matching everything except for the given string.
☆31Updated 7 years ago
Alternatives and similar repositories for regex-not
Users that are interested in regex-not are comparing it to the libraries listed below
Sorting:
- Center-align the text in a string.☆23Updated 8 years ago
- Repeat a string - fast☆35Updated 4 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- ☆27Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 7 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Parse a person, author, contributor or maintainer string into an object with name, email and url properties following NPM conventions. Us…☆23Updated 8 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails