Home > Computers > Programming > Languages > Regular Expressions > Tools
Regular expressions are text strings formed in a particular syntax that is used in various tools and programming languages for searching text patterns within text. The sites in this section focus on tools designed to help create, test and manage regular expressions.
https://www.debuggex.com/
Regex debugging tool. Features visual representations of regular expressions and sliders allowing users to step through test strings.
http://patshaughnessy.net/2012/4/3/exploring-rubys-regular-expression-algorithm
Blog post about Onigurama, Ruby's regex engine. Discusses the mechanics of the engine.
http://www.cuneytyilmaz.com/prog/jrx/
Online JavaScript regex tester. Features samples and multiple modes.
http://www.renatomancuso.com/software/pcreworkbench/pcreworkbench.htm
Windows program to test PCRE expressions. Features screenshots, manual and download links.
http://reg-exp.com/
Features brief regex reference, interactive tutorial and tester.
http://regexstorm.net/
.NET regular expressions tester. Features regex reference, displays matches, position and split list.
http://regexstudio.codeplex.com/
Regex builder for .NET expressions. Features screenshots and documentation.
http://www.regextester.com/
Online regex tester that supports JavaScript and PCRE. Includes pattern examples and syntax reference.
http://cliversoft.com/products/regextreeer/index.php
Open-source Windows software aiming to solve complex parsing tasks by applying multiple regular expressions. Includes screenshots and documentation.
https://regex101.com/
Online regex tester for PHP, PCRE, JavaScript and Python that highlights pattern and matches on the fly.
http://www.regexbuddy.com/
Commercial tool for creating, testing and implementing regular expressions in over twenty regex flavors. Features detailed manual, screenshots and demos.
http://www.regexe.com/
Online regex tester. Features text replacement.
http://www.regexpal.com/
JavaScript regex tester. Highlights matches on the fly.
http://www.regexplanet.com/
Multi-language online regular expression tester. Supports Go, Haskell, Java, JavaScript, .Net, Perl, PHP, Python, Ruby, Tcl and XRegExp.
http://www.aivosto.com/regexpr.html
Commercial code module that provides regex support in Visual Basic 5 and 6. Includes tutorial and demo.
http://regexr.com/
Online regex tester. Features multiple modes and library of patterns submitted by users.
http://regjex.com/
Regex tester that uses PHP's preg_match function. Features color-coded box indicating the match status of properly delimited patterns on test strings.
http://www.pagecolumn.com/tool/regtest.htm
Online JavaScript and Perl-like regex tool. Displays matches, generates JavaScript and PHP code.
http://www.roblocher.com/technotes/regexp.html
Basic JavaScript regex tester. Highlights matches.
http://regex.larsolavtorvik.com/
Online regex tester that supports PCRE, POSIX and Javascript flavors. Features multiple modes, replacement, highlighting on the fly.
http://osherove.com/tools
Windows regex builder that matches, replaces and splits. Includes download and source.
http://www.rex-daemon.com/
Server software providing an API to extract data from databases and other inputs using regular expressions. Includes download link, tutorial and reference guide.
http://rubular.com/
Online Ruby regex tester. Highlights matches on the fly.
http://www.ruby-doc.org/core-1.9.3/Regexp.html
Documentation for Ruby's Regexp class. Covers syntax, performance, methods.
http://www.systemtextregularexpressions.com/
.NET regex tester and debugger. Includes library of regular expressions.
http://weitz.de/regex-coach/
Windows PCRE expression builder. Includes screenshot, manual and download links.
http://www.txt2re.com/
Online graphical regex generator. Lets users select string components to be matched and generates corresponding regular expressions.
http://laurent.riesterer.free.fr/regexp/
Graphical regex tester. Features Windows and Tcl versions.
Home > Computers > Programming > Languages > Regular Expressions > Tools
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us