replace - Replace all instances of a particular string in a file using a back-referenced regular expression

Synopsis

  • This module will replace all instances of a pattern within a file.

  • It is up to the user to maintain idempotence by ensuring that the same pattern would never match any replacements made