There are many text file formats in the world of computers, and we often need to convert one format into another. Usually it simply means replacing one string by another. Of course some text editors provide this possibility with Find and Replace… commands. But with those commands it is almost impossible to perform a complicated multi-replacement conversion.
What Is It?
SuperReplace is a powerful application for creating text conversion utilities, called "Filters". The syntax of filter is very easy to understand. In particular, SuperReplace can be used for
- reformating HTML files,
- converting text between PC Window/Mac/Unix formats,
- converting text between TeX 7 bits and TeX 8 bits ,
- extracting a few lines in text files,
- selecting a few columns in multi-columns text files,
- converting database files between two different formats,
- removing accent letters.
Features
- High conversion speed,
- Easy to use,
- True copy/paste support,
- Full variables support,
- An assistant helps you to edit filter.
How to Use It? A Simple Example
To create a filter who replaces é by é and à by à follow these steps:
(1) Launch SuperReplace application.
(2) Write the following lines in the window "untitled":
"é" "é"
"à" "à"
(3) Save the filter.
To use the filter for your conversion, select your text files or folders under Finder, drag and drop them onto the filter icon. That's all. Normally the output files named
"xxxxx.New" have been created in the same folder as the input files "xxxxx".
Documentation & Help
- Using Manual. Launch SuperReplace application, select SuperReplace Manual from the Help menu,
- Using Balloons Help system
- Using the Assistant for Filter Syntax. Select Assistant for Filter Syntax from the Control menu.
- Compatible with MacOS 8.6. Changed the 'FOND' resources in SuperReplace font and SuperReplace application.
- Fixed a bug in input window. Needn't click on the textbox to edit input text.
- Check syntax more fast. Remove Checking syntax dialog.
- Drag text files onto Filter application: much more fast if no sub-filter. Like PowerReplace.
- Added "Replace Report". After the conversion, a file named "Replace Report" will be created automatically in the SuperReplace application folder. You can check this file for more information about the conversion.
Note:
If too slow, try
(a) remove text style from panel Settings/Format.
(b) don't use sub-filter
(c) don't play sound from menu Edit/Preferences…/Check Syntax