Add Replace parameter to RegexReplace

Story

  • RegexReplace step should support standard regex syntax for the replacement
  • Add an additional parameter that takes a string as the replacement without the need for a function
  • It should support regex syntax, e.g. $1 - $2\n
  • Standardises our steps, making it easier for technicians to use