dieumercimvemba's picture
download
raw
198 Bytes
'use strict';
const internals = {};
module.exports = function (string) {
// Escape ^$.*+-?=!:|\/()[]{},
return string.replace(/[\^\$\.\*\+\-\?\=\!\:\|\\\/\(\)\[\]\{\}\,]/g, '\\$&');
};

Xet Storage Details

Size:
198 Bytes
·
Xet hash:
466b4dc132434ef7441bcb3908ffaceaae929a531e05865b94dbad1a6286c502

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.