Steps to launch "fast replace":
1. Click ctrl-B to open "Batch Runner" window
2. Click "Pick files" to select multi-file list
Note: user can import http list here, and make fast replace on downloaded text, please refer to Batch Files Selection for detail.
3. Click "Fast Replace" button, a dialog box will pop up:

4. Edit search/replace rules
Search/Replace List:
User can click "Add" to add one or mulitple Search/Replace rule.
User can also click "Modify/delete/clear" button to change the rule, and click "up/down" to change the order of rules.
To save the rule, user need to click "export"
To load the rule, user need to click "import".
Search/Replace Option:
Following options are supported for search/replace rules
[]Ignore case -- if this option is checked, all search character will ignore upper or lower cases
[]Regular expression -- if this option is checked, all search rule will be explained as Regular expression(some special characters will has special meaning)
[]Cross line -- if this option is checked, all search rule can apply to multi-line, such as abc.*?def will match abc and def in different line.
[]Binary file -- if this option is checked, files to replace will be open and save in binary mode.
Note:
1) User can use any printable characters in search or replace column
2) User can also use format like \x01 \x02 ... to stand for non-printable bytes.
3) All functions and following variables can be supported in replace column:
$match indicate the matched text, which is the same as $&
$file_no indicate the sequence no of the current processing file
$FULLNAME the full name of current reading file with path
$DIRNAME the pathname of current reading file
$FILENAME the name of current reading file without path, it's blank if no file is read
$BASE the name of current reading file without path info and extesion
$EXT the extension of current reading file
5. System has provided some common fast replace template at "Load Template" at the top:
By selecting these integrated rules, user can:
DOS-UNIX format conversion
add remove BOM for utf-8 file
make uuencode and uudecode
convert binary file to readable hex text
6. By clicking "Start", the fast replace operation will be started, the "Batch Operation Logs" dialogbox will be poped-up to show the detailed operation logs.