Features
- Support file content search/replace and filename search: You even
can use mygrep to search filename with regular expression.
- Support ASCII and Unicode format: This makes mygrep easier to
use.
- Searches plain text and UNIX-style text files: Program source
code, batch files, HTML, and so on can be searched.
- Replacing as well as searching: Once you have performed a search
you can change the matches found to another string in all files or a single
file, quickly, easily and safely. The origin line text and new line text are
displayed in the same time.
- Output sub-items: use mygrep to output the sub-items of the
regular expression for your convenience in the other place.
- Search history support: You can let mygrep to automatically save
the search result for later use.
- Regular expression library: mygrep include a regular expression
library to help you collect your classical regular expression.
- Native 32 bit executable: mygrep is written in Borland Delphi.
This means its quick and small. No other DLLs are needed and you don't have
to wait an age for it to load or execute.
- 'Refine' functions support: This is the most distinct functions
which make mygrep different from other tools. Files found to contain matches
can be easily searched again to see if they contain another, different
string. Or directly open a file to do some search operation.