Categories: Regular expressions
Author: Markus Palme
Standalone version of the SharpDevelop "RegExpTk" Add-in. This tool can be used for testing and compiling regular expressions.
Author: Darren Neimke
Latest version: 1.2.0.39826Added 2003-09-17
A regular expression testing tool that allows users to store patterns into a favourites folder so that they can be re-used and updated at a later date. You can also store links to your favourite online regex resources by dragging links from your browser to the "Online Resources" tree.
Author: Roy Osherove
Latest version: 1.02Added 2006-09-12
Visual regular expression creation tool for beginners.Regulazy offers a "point and click" user interface, and allows creating regular expressions for simple searches without requiring Regex syntax knowledge.Features include:- Predictive technology: tries to give you the best options for the selected text- Code samples generation in VB.NET and C#
Author: Eric Gunnerson
Latest version: 2.00Added 2003-09-17
Create, test, and study regular expressions with this workbench. With the "Examine-o-matic" feature, hover over the regex to decode what it means.
Author: Harish Palaniappan
Application to use for testing regular expression patterns on a test string, as we create the pattern, rather than testing it on the actual input which may be sometimes time consuming, especially for large input strings.
Author: BucketSoft
Online .NET regular expression tester.Features include:- Interactive as-you-type highlighting of regex matches- Generate C# or VB.NET code directly from the tool- Code completion- Regex analysis- Benchmark and optimize your regular expressions- A desktop version is available
Author: Just Great Software
Latest version: 3.4.0Added 2009-10-03
Tool for creating and understanding regular expressions.Features include:- Test any regex on sample strings and files- Debug without guesswork by stepping through the actual matching process- Use the regex with source code snippets automatically adjusted to the particulars of your programming language- Collect and document libraries of regular expressions for future reuse- GREP (search-and-replace) through files and folders- Integrate with your favorite searching and editing tools
Latest version: 2.0.3Added 2003-10-23Updated 2004-04-13
An advanced regular expression tool with expert features such as:- Syntax highlighting and folding- Multi threaded operations : ability to cancel long running expression matches and replaces- Search and import expressions and examples from RegexLib.com’s database, all this from within regulator- Regex snippets: an easy and simple toolbar of frequently used text snippets- Ability to select part of the regex text, and only that part will be used to run the match or replace (kind of like SQL query analyzer)
Author: Rad Software
Latest version: 1.2Added 2003-09-10Updated 2004-03-15
Free interactive Windows application that helps programmers learn, develop and test Regular Expressions.Features include:- The Regex match results are listed in a tree with levels for Matches, Groups and Captures. Clicking on a Match, Group or Capture will highlight it in the Input text window.- Regex.Replace is supported and the results of the replace are listed in a separate window.- The Language Element window is an embedded reference.- Interface with dockable windows.
Author: Chris Sells
Latest version: 1.1Added 2003-05-20Updated 2005-04-21
Visual tool for helping you to construct and test .NET regular expressions.When you are happy with your regular expression, RegexDesigner.NET lets you integrate it into your application through native C# or VB.NET code generation and compiled assemblies (usable from any .NET language).Features:- Interactive matching of .NET regular expressions.- Syntax highlighted match results, including zero-length matches and hidden characters.- Tooltips to display matched groups.- Regular expression matching, replacing and splitting.- Regular expression projects to save expressions, text to match and all regex options.- Full code generation for C# and VB.NET for all regex operations.- Compiled assembly generation.
Author: Ultrapico
Latest version: 3.0.2766Added 2003-05-20Updated 2007-10-31
A tool chest for building and testing regular EXPRESSiOns for .NET.Features include:- Build regular expressions by selecting components from a palette- Test expressions against real or sample input data- Display all matches in a tree structure, showing captured groups, and all captures within a group- Build replacement strings and test the match and replace functionality- Highlight matched text in the input data- Test automatically for syntax errors- Generate Visual Basic, C#, or C++ code- Save and restore data in a project file- Maintain and expand a library of frequently used regular expressions
Latest version: 1.0.3Added 2009-10-03
Tool that allows you to create regular expressions without having to know the regular expression syntax.First, you provide RegexMagic with some samples of the text you want your regular expression to match. RegexMagic can automatically detect what sort of pattern your text looks like. Numbers, dates, and email addresses are just a few examples of the wide range of patterns that RegexMagic supports. By marking different parts of your samples, you can create regular expressions that combine multiple patterns to match exactly what you want. RegexMagic's patterns provide many options, so you can make your regular expression as loose or as strict as you want.
Author: Organic Bit Software
Helps you create regular expressions by letting you see the results of a regular expression match without having to recompile your program each time.