Hx_FileUpdate
Updates a file with specified regular expressions and replacements.
File
Required: true
The path to the file to update.
RegExps
Required: true
.NET regular expressions to find content to replace with values taken from the 'Replacement' metadata.
RegExpOptions
The .NET regular expression options. Default is 'None'.