MCPcopy Create free account
hub / github.com/cujojs/poly / remove

Function remove

string.js:43–45  ·  view source on GitHub ↗
(str, rx)

Source from the content-addressed store, hash-verified

41
42 // compressibility helper
43 function remove (str, rx) {
44 return str.replace(rx, '');
45 }
46
47 toString = base.createCaster(String, 'String');
48

Callers 1

checkShimsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected