Nieuws

String replace to array Works just like String.prototype.replace but outputs an array instead of a string. It's tiny (<1KB) and has no dependencies.
Since grunt-string-replace is basically a wrapper of String.prototype.replace you can also provide a function as a replacement pattern instead of a string or a template; as a nice added bonus to using ...
String.replace method in javascript does not replace every occurrence of the string, it only replaces the first occurrence. To replace all occurrences of the string you must provide the replace () ...