{"library":"regex-not","type":"library","category":null,"description":"regex-not, currently at version 1.0.2, is a utility package designed to simplify the creation of JavaScript regular expressions that match everything *except* a given string. It abstracts away the complexity of crafting negative lookahead assertions, which can be challenging and error-prone to write manually. The library is primarily a CommonJS module, targeted at Node.js environments from version 0.10.0 and above. Its release cadence is infrequent, suggesting a mature, stable API that is in a maintenance phase rather than active feature development. A key differentiator is its dual functionality: it can generate regexes for strict negation (the string does *not* exactly match) or 'contains' negation (the string does *not* contain the substring), providing flexibility for various inverse matching requirements.","language":"javascript","status":"maintenance","version":"1.0.2","tags":["javascript","exec","match","negate","negation","not","regex","regular expression","test"],"install":[{"cmd":"npm install regex-not","imports":["const not = require('regex-not');","const not = require('regex-not');\nconst regexString = not.create('foo');"]},{"cmd":"yarn add regex-not","imports":[]},{"cmd":"pnpm add regex-not","imports":[]}],"homepage":null,"github":"https://github.com/jonschlinkert/regex-not","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/regex-not","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/regex-not/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Mon Jul 20","install_tag":null}}