Download RegExpert by Rajeev Dhiman |
RegExpert is a Programmers' utility that helps learn, develop and test Regular Expressions. It is an interactive Windows application that is designed to be powerful yet simple and easy to use. About RegExpert InterfaceSource Text: this will Contain the text source (Input) on which you would like to test your pattern Pattern String: this will contain the pattern you would like test/find in Input string. - Regular Expression Options: Here you would modify Options for your regular expression execution.
- Results Grid: After successful execution results are displayed in Grid format.
So What are those tabs forRegular Expression Test: This tab enlist the Test Results it finds after a successful pattern execution Replace:You may like to create an output string, replacing the found text with text of your like. Replace Tab is to play with that Regular Expression Split: Generate an array of string split by pattern it find Regular Expression Language Reference: If you Wonder how does all those patterns work, or want to learn about the root terminology of .Net Framework Regular Expressions See what MSDN has to say on these terms
|
| Features | - The Regex match results are listed in a Grid with levels for Matches, Groups and Captures. Clicking on a Match, Group or Capture will highlight it in the Input text window
- Favorites Support to Store your mostly used Regular Expressions
- The Language Element window is an embedded reference that gets you up to speed quickly. Click on an item to see a description in the pane below, double-click a language element to add it to your Regex
- Find text in Source Text
- Supports very large values for the input text
- Supports Copy Results from Results Grid
- Supports Results exporting to Text or CSV File
- Supports Loading Source Text directly from a File or from the Internet
- Supports Sample Code Export to VB or VB.Net Project
- Match and Groups Highlighting in Source Text in different colors
|
| Using RegExpert | - Just Paste some text in source text Box
- Type your Regular Expression Pattern in Textbox provided for the same/ or your may like to try something ready to use Regex (from the Quick picks list)
- Press the Execute Button or F5
- If Pattern succeeded you have results in the Matches Grid
Download: RegExpert by Rajeev Dhiman |