MCPcopy Create free account
hub / github.com/TGX-Android/Publisher / escapeRegExp

Function escapeRegExp

main.js:276–278  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

274}
275
276function escapeRegExp (string) {
277 return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
278}
279
280function empty (obj) {
281 if (typeof obj === 'object') {

Callers 1

getBuildFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected