UNPKG

ipbcrawler

Version:

Package to mine forum data using the Invision Power Board platform.

5 lines 151 B
module.exports = finds => text => finds .reduce((textInitial, find) => { return textInitial.replace(new RegExp(find, 'g'), '') }, text)