string-replace-loader icon indicating copy to clipboard operation
string-replace-loader copied to clipboard

Add an option to replace all the occurrences

Open lotmek opened this issue 1 year ago • 0 comments

Description

The loader currently uses String.prototype.replace() to replace the first occurrence of the given search parameter. But I think it would be nice to add an option to replace all the occurrences in the file with String.prototype.replaceAll().

lotmek avatar Oct 16 '24 04:10 lotmek