Skip to content

Whiteout

Malexion edited this page Oct 31, 2016 · 2 revisions

Passed an array of strings to remove from the target string.

var str = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit'
          .whiteout([ 'ipsum', 'dolor', 'it' ]);

console.log(str);
Clone this wiki locally