SSR 2.x

Version 2.7

Sometimes you just need a very simple tool to search and replace text in text files. This is such a tool. It is built to be used in batch files so it uses a simple method to replace quotation marks (") for the text arguments.

Normally one would use a tool like sed for the job. While such a power tool can be used, it often requires escaping many characters and can be difficult to work with if you need to replace long lines of text. SSR allows you to do this quickly and the resulting commands are easy to read.

It has the following features:

  • Easy to use in Windows batch files

  • Supports Windows and Unix line endings

  • Unicode support

  • Accepts multiple search/replace arguments

  • Options may be provided in an options file

  • Scan for files

Please try my RXREPL tool If you are looking for something that can search using a regular expression.

Here is a screen shot of the basic command line options.

Download now!