ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/escape-string-regexp
/
home
benbot
bot
server
node_modules
escape-string-regexp
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
index.d.ts
467 B
chmod
View
DL
Edit
Rename
Delete
index.js
461 B
chmod
View
DL
Edit
Rename
Delete
license
1.09 MB
chmod
View
DL
Edit
Rename
Delete
package.json
686 B
chmod
View
DL
Edit
Rename
Delete
readme.md
1.03 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/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;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply