Home   Cover Cover Cover Cover
 

Replace

This utility allows replacing a regular expression with a value across multiple files.

replace pattern value filename {filename}

The pattern is specified with a regular expression as it is common under .NET. If the value contains blanks it can be set under quotes ("..."). The filenames can contain the wildcard characters * and ?

You can download the executable and the sources in C#.

Author: Hanspeter Mössenböck