replace-in-file icon indicating copy to clipboard operation
replace-in-file copied to clipboard

need replaceAll

Open Rabbitzzc opened this issue 2 years ago • 0 comments

https://github.com/adamreisnz/replace-in-file/blob/main/lib/helpers/make-replacements.js#L43

need add :

if (typeof item === 'string') item = new RegExp(item, 'g')

Rabbitzzc avatar Dec 27 '21 12:12 Rabbitzzc