PHP 7.4.33
Preview: index.d.ts Size: 467 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/escape-string-regexp/index.d.ts
/**
Escape RegExp special characters.

You can also use this to escape a string that is inserted into the middle of a regex, for example, into a character class.

@example
```
import escapeStringRegexp = require('escape-string-regexp');

const escapedString = escapeStringRegexp('How much $ for a 🦄?');
//=> 'How much \\$ for a 🦄\\?'

new RegExp(escapedString);
```
*/
declare const escapeStringRegexp: (string: string) => string;

export = escapeStringRegexp;

Directory Contents

Dirs: 0 × Files: 5
Name Size Perms Modified Actions
467 B lrw-r--r-- 2025-06-16 05:45:38
Edit Download
461 B lrw-r--r-- 2025-06-16 05:45:38
Edit Download
1.09 KB lrw-r--r-- 2025-06-16 05:45:38
Edit Download
686 B lrw-r--r-- 2025-06-16 05:45:38
Edit Download
1.03 KB lrw-r--r-- 2025-06-16 05:45:38
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).