PHP 8.2.30
Preview: index.d.ts Size: 467 B
/home/byroehnu/easepay.easetack.com/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: 6

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:09
Edit Download
467 B lrw-r--r-- 2026-02-21 00:53:22
Edit Download
461 B lrw-r--r-- 2026-02-21 00:53:18
Edit Download
1.09 KB lrw-r--r-- 2026-02-21 00:53:16
Edit Download
686 B lrw-r--r-- 2026-02-21 00:53:18
Edit Download
1.03 KB lrw-r--r-- 2026-02-21 00:53:20
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).