# escape-regexp-component

> Escape regular expression special characters

Latest version **1.0.2** (published 2012-11-28) · 0 weekly downloads

## Install

```sh
npm install escape-regexp-component
pnpm add escape-regexp-component
yarn add escape-regexp-component
bun add escape-regexp-component
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2012-11-28 |
| First published | 2012-11-28 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | tjholowaychuk |
| Keywords | escape, regexp, utility |

## Links

- npm: https://www.npmjs.com/package/escape-regexp-component
- npm.io page: https://npm.io/package/escape-regexp-component

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2012-11-28

## README

# escape-regexp

  Escape regular expression special characters.

## Example

```js
var escape = require('escape-regexp');
escape(str);
```

## License

  MIT

---
_Source: https://npm.io/package/escape-regexp-component · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
