Features:
Regexlib.com integration
- Search and import expressions and examples from RegexLib.com’s database
- Post your own regular expressions into regexlib's database, direct from The regulator using a graphical wizard
- Full Proxy support for secure connections
Text Editing
- Syntax highlighting
- Multiple document tabbed interface
- Quick menus allow you to easily select syntax operations to insert
- Quick Menus are fully customisable simply by changing a simple xml file in the program directory
- Brace matching support
- Make selected text "escaped" to match a specific string exactly without needing to manually write those \s,\n and other escape sequences
- Collapse/expand selection: you can create collapsible regions in your regex code for easy reading
- Select only a portion of the expression in the editor and only that selection will be executed as a match\replace
Performance analysis
- A graphical chart of the latest matches/replaces timings shows you if your optimization efforts are working
- an exact number (in milliseconds) of last match/replace operation
Expert Snippets
General usability features
- Multi threaded operations : ability to cancel long running expression matches and replaces
- Minimize to tray option
- Recent files menu
- Other small features