Windows (WinForms) application to replace a string with another inside a file or multiple files in a directory. This utility can also replace strings in file or directory names.
Features :
- Replace strings in a single file
- Replace strings in all files in a directory including file/directory names
- Replace strings in a folder recursively
- Ignores most common media extensions by default
- Option to supply additional file extensions to ignore
- Option to include or ignore file and folder names
- Option to Match case while replacing
- Smart case matching which replaces occurrences of a string with the closest matching format. e.g. find and replace operation of "foo" with "bar" without Match Case will replace : Foo with Bar, FOO with BAR, and foo with bar