batchreplace
v1.0.1
Published
Efficiently replace a batch of strings all at once
Readme
batchreplace

Efficiently replace a batch of strings all at once
Install
$ npm install --save batchreplaceUsage
var batchreplace = require('batchreplace');
var replacer = batchreplace.mapReplacer({a: 1, b: 2});
console.log(replacer('a b c')); // '1 2 c'License
MIT © Chris Danford
