Register Information
Introduction
User Guide
User Reference
Download
====================Register Information====================
Free User:For 100 days,without any technology support;
Personal User:$29,without technology support for regular-expression;
Enterprise User:$1490;
One license for one computer.
Home Page:http://www.newcoding.com.cn;
Email:liaotianlei@163.net;
Telephone:+86(10)62979435 Miss Xia.
====================Introduction====================
This software can help you to replace/find/extract strings
in your files,or rename these files.You can use regular expression,and very long or mutil-line expression;You can hilight or extract finded strings...
Characteristics:
1.It can do many strings in many files at one time;
2.Hilight finded string(for Text/HTML/XML);
3.When rename some files,these files's name can include sequence number;
4.Support regular expression;
5.Support Text/HTML/XML and doc/rtf/xls/ppt;
6.These strings can be long and mutil-line;
7.String expression can be saved and reused;
8.It can extract destination-string,etc.for example,comment for cpp code;
9.Support auto-backup;
====================User Guide====================
Step 1.Add Files to File-List
File-List list all files to do;On the left,the "No."
display file's sequence number;If you don't check one row,the file will be not
to do;on the right,the "Count" display times when the file is replaced
or finded;You can use these buttons:
Add/Add By Directory:Add file to File-List;"Add"
can add one or more files;"Add by Directory" can add some or all files
in one folder;
Remove/Clear:Remove file fome File-List;"Remove"
Remove one or checked files;"Clear" can remove all files;
View:View selected file with hilight when this file has finded;
SelectAll/UnSelect:Check or Uncheck files;
MoveUp/MoveDown:Move file up or down from File-List;
Step 2.Add strings to String-List for replacing or finding
String-List list those strings to find and replace;If you
don't check one row,the row will be not to do;on the right,the "Count"
display times when the file is replaced or finded;You can use these buttons:
Add:Add strings to String-List for replacing or finding;
Edit:Edit and modify these strings;
Remove/Clear:Remove row fome String-List;"Remove"
Remove one or checked rows;"Clear" can remove all rows;
SelectAll/UnSelect:Check or Uncheck rows;
MoveUp/MoveDown:Move row up or down from String-List;
Import/Export:Import rows from file or export rows to file
for reuse;
Step 3.Select options and buttons to work
Options:
Regular Exp.:Strings in String-List are simple or regular
expression;
Match Case:Case Sensitive or not when matching;
Output Result:Out result or not when finding;
Auto Backup:Backup file with suffix ".bak";
Buttons:
Replace:Begin to replace files;
Find:Begin to find files;
Rename:Begin to rename files;
Chinese Code:Begin to change file between Traditional Chinese and
Simplified Chinese;
Restore Backup:Rename backuped file to original file;
Clear Backup:Clear all backuped file;
====================User Reference====================
1.Simple Expression:
In string to find and replace:
\r is character "return";
\n is character "new
line";
\t is character "table";
\\ is character '\';
2 .Regular Expression:
In string to find and replace:
\r is character "return";
\n is character "new
line";
\t is character "table";
\\ is character '\';
more detail:
| string to find | . Matches any single character. |
string to replace |
{x}Indicates the actual text of a match group. x indicates this group's sequence number. {i;w=x;r=y}Indicates
current file's sequence number;w=x
indicates width,r=y
indicates sequence number's base; |