UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

62 lines (29 loc) 729 B
<!-- 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) ## \_RegExp class Utilities that apply to `RegExp`<!-- -->. **Signature:** ```typescript export declare class _RegExp ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [escapeRegex](./rc-js-util._regexp.escaperegex.md) </td><td> `static` `readonly` </td><td> typeof regexEscapeRegex </td><td> Escapes RegExp special characters in strings. </td></tr> </tbody></table>