Free Regular Expressions Builders and Testers
Interactive coach to build your regex and test them
Free Interactive Regular Expression (Regex) Testers and Builders
The free software on this page are either regular expression (or "regex") coaches or builders that will help you create an appropriate regex rule for your purposes. Some, or perhaps most of them, will also allow you to test that rule against a sample text so that you can check that your regular expression does what you think it does. Some of them also allow you to provide, as input, a regex rule, and they will translate that rule into English (normal language), along with examples, so that you can find out what a particular obscure regex does. Even if you are a regex guru, the regex testing and debugging facilities can be helpful in tracking down a pesky bug that slipped through because of carelessness (everyone makes mistakes some time).
I personally use the commercial RegexBuddy. Besides being able to generate regular expressions for use in different languages (eg, PHP with preg, PHP with ereg, Perl, C#, Delphi, Java, Python, Ruby, VB.NET, JavaScript/ECMAScript, PCRE, RealBasic, Visual Basic 6, VBScript, etc) and explain a regex rule in plain English, it can also be used to test and debug the regex rules, show how an expression matches test data, and so on.
Related Pages
- How to Create / Make Your Own Website: The Beginner's A-Z Guide
- Free Clipboard Extenders and Clipboard History Managers
- Free File Comparison and Differencing Utilities
- Free Text Search and Replace Utilities
- The Fine Print in Web Hosting: Resource Usage Limits
- How Much Does It Cost to Set Up a Website?
- Tips on Choosing a Good Domain Name
- How to Accept Credit Cards on Your Website
Free Interactive Regular Expression (Regex) Testers and Builders
- The Regex Coach: Interactive Regular Expressions (for Perl) (Windows)
This freeware lets you experiment with Perl regular expressions interactively by showing you whether your regex matches a particular string, which parts of the target string correspond to parts of your regular expression or the captured registers, single step through a regexp rule, read the description of your regular expression in plain English, etc. The program is free for private and non-commercial use. This is a Windows program, although an old Linux version is still available.
- Expresso Regular Expression Development Tool (for .NET) (Windows)
This tool allows you to build regular expressions for .NET programs (Visual Basic, C# or C++) interactively by selecting items from its dialog boxes. You can then test the expression created against your test data. It displays all matches in a tree structure, showing captured groups (registers), etc. You can also build replacement strings (for search and replace operations), and test them. You will need to register to use the tool, although registration is free. This is a Windows program, requiring the .NET framework.
- Regulazy and Regulator (for .NET) (Windows)
Regulazy lets you create regular expressions using a point and click interface. It generates code for VB.NET and C#. Regulator allows you test your regular expressions against any text input, file or the web. It displays the matching, splitting and replacement results in a hierarchical tree.
- QuickREx (for Java) (Windows)
This free regex tool is designed for you to test regular expressions written for Java. It supports the JDK regular expressions, the Jakarta ORO Perl-based regular expressions, the Jakarta ORO Awk-style regular expressions, JRegex and Jakarta-Regexp. You basically supply the tool with your regexp, your test text, and it shows you the result of the test. This facility also allows you to use it as a sort of GUI-based grep utility. This is an open source program for Windows.
Related Pages
- How to Register Your Own Domain Name - get one for your site
- Important Precautions to Take When Buying a Domain Name
- Free Source Code Version Control Software
- Free Resource Editors, Compilers and Icon Editors
- How to Prevent Email Injection in Your PHP Form-to-Mail Scripts
- How to Get a Domain Name for Email Only
- How to Reserve a Domain Name for Future Use
- How to Make Money From Your Website
Newest Pages
- How to Convert Your Website from XHTML 1.0 to HTML5 the Quick and Easy Way
- How to Set the Height of a DIV Relative to a Browser Window (CSS)
- Free EPUB Readers (Ebook Viewing Software)
- How to Generate the Free Let's Encrypt SSL Certificate on Your Own (Windows) Computer
- How to Insert Meta Tags into a Web Page with BlueGriffon
- How to Play a Song (or Some Other Audio Clip) from a List on a Website
- Two Ways to View a Binary File on Windows Without Installing Anything
- How to Draw a Horizontal Line on a Web Page with Expression Web
- How to Create a Website Free of Charge
- Why Can't I Make Up Any Domain I Want? Is There a Way to Do Away with a Registrar Altogether?
How to Link to This Page
It will appear on your page as:
Free Interactive Regular Expression (Regex) Testers and Builders