Regular expression text search
- High-performance search algorithm
- Regex syntax is a common subset of Perl, PHP and Java
- Simple search mode for literal strings, when not using regexes
Wildcard and regular expression file search
- Files to find or search can be specified as a list including wildcards
- Files to find or search can be specified with a regular expression
- Multiple files can also be specified with the mouse
Recursive directory search
- Find and search matching files anywhere on the file-system
Interactive, incremental search
- Searching while you type, to find results quicker
- Feedback on regex syntax errors while you type, to build regexes quicker














