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.js
'use strict'; module.exports = string => { if (typeof string !== 'string') { throw new TypeError('Expected a string'); } // Escape characters with special meaning either inside or outside character sets. // Use a simple backslash escape when it’s always valid, and a \unnnn escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar. return string .replace(/[|\\{}()[\]^$+*?.]/g, '\\$&') .replace(/-/g, '\\x2d'); };
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply