flcdrg/Replace multiple strings in files

Find and replace multiple strings over matching files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesGlobbing pattern to match files to searchyes**/*.md
findJSON array of strings to find and replacementsno
findJsonFilePath to a JSON file containing the array of find and replace objects. Use when the JSON is too large for the find inputno
encodingEncoding of files to search. Should be one of ascii, utf8, utf-8, utf16le, ucs2, ucs-2noutf-8
prefixPart of a regular expression that is prepended to each 'find' string when searching for text to replaceno
suffixPart of a regular expression that is appended to each 'find' string when searcing for text to replaceno

no outputs