<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [\_RegExp](./rc-js-util._regexp.md) &gt; [escapeRegex](./rc-js-util._regexp.escaperegex.md)

## \_RegExp.escapeRegex property

Escapes RegExp special characters in strings.

**Signature:**

```typescript
static readonly escapeRegex: typeof regexEscapeRegex;
```

## Remarks

See [regexEscapeRegex()](./rc-js-util.regexescaperegex.md)<!-- -->.

