- RegEx Tester - http://www.quanetic.com/regex.php
Online regular expression tester for preg (Perl) and ereg (POSIX) formats.
- RegExplorer - http://regexplorer.sourceforge.net/
A visual regular expression explorer, it allows for writing regular expressions and visually see the matches. Uses the KDE/Qt Libraries for the user interface. [QPL]
- Regular Expressions explained - http://zez.org/article/articleview/11/
An article by Jan Borsodi that gives an introduction to the world of regular expressions. It explains what regular expressions are and introduces the syntax. Also provides examples with varying complexity and a list of tools which use regular expressions.
- Visual RegExp - http://laurent.riesterer.free.fr/regexp/
A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
- Regular Expressions - http://www.cs.rochester.edu/u/leblanc/csc173/fa/re.html
Describes Regular Expressions and compares them to Finite Automatas.
- Utilizing Regular Expressions - http://www.4guysfromrolla.com/webtech/031500-1.shtml
This article is a follow-up to an earlier 4Guys article "An Introduction to Regular Expression with VBScript". Regular Expression allows for complex pattern matching and replacing.
- TCL Regular Expressions - http://www.lib.uchicago.edu/keith/tcl-course/topics/regexp.html
An Introduction to Regular Expressions in the scripting language TCL.
- RegExpr for VB & VBA - http://www.aivosto.com/regexpr.html
Regular expression library for Visual Basic and Visual Basic for Applications.
- Regex Suite - http://old.scriptmeridian.org/projects/regex/
Brings the power of regular expression searching and replacing to Frontier 5. [GPL]
- Extreg - http://www.ososo.de/extreg/
A script that allows to perform search-and-replace operations with extended regular expressions from unix shells.
- JRX - http://www.cuneytyilmaz.com/prog/jrx/
A simple JavaScript real-time regular expression evaluator, similar to RX tool of Activestate's Komodo IDE.
- Larger Regular Expressions - http://zez.org/article/articleview/65/
The purpose of this article is to show a few real-life examples of regular expressions at work.
- The Regex Coach - http://weitz.de/regex-coach/
Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
- Matchmaking with regular expressions - http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-regex.html
Shows how to use the power of regular expressions to ease text parsing and processing.
- VBScript Regular Expressions - http://www.aspalliance.com/brettb/VBScriptRegularExpressions.asp
Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
- windows.oreilly.com -- C# Regular Expressions - http://windows.oreilly.com/news/csharp_0101.html
Brad Merrill, coauthor of O'Reilly's C# Essentials, provides an overview of how regular expressions are used in the C# environment.
- Regular expressions in Haskell - http://www.dcs.gla.ac.uk/~meurig/regexp/
Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl.
- Regular Expression Tester - http://www.bitesizeinc.net/demo.regexp.html
Online script to test regular expressions. Shows matching patterns in red. PHP source code available for download, includes regular expression cheat sheet.
- Regular Expression Builder - http://renschler.net/regexbuilder/
An open source tool written in C# to build and test regular expressions.
- Regular Expression Tester - http://www.roblocher.com/technotes/regexp.aspx
Uses browser's JavaScript to show matches and subgroups, and highlights match in the input string.
- RegexBuddy - http://www.regexbuddy.com
Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial]
- KRegExpEditor - Manual - http://docs.kde.org/en/3.2/kdeutils/KRegExpEditor/
A Manual describing the KDE Application for editing regular expressions.
- PCRE Workbench - http://www.renatomancuso.com/software/pcreworkbench/pcreworkbench.htm
Graphical application for Windows which can be used to experiment with Perl-compatible regular expressions interactively.
- PCRE Wrapper for Delphi 7 - http://www.renatomancuso.com/software/dpcre/dpcre.htm
Provides Wrapper classes that provide PCRE for Delphi.
- Validating Form Input using Regular Expressions - http://www.aspzone.com/blogs/john/articles/173.aspx
Writing form validation code is often the most thankless part of your job. The logic can get quite complex, and often quite messy. This article will show how to use Regular Expressions to simplify your code.
- DevShed - So What's A $#!%% Regular Expression, Anyway?! - http://devshed.spunge.org/Server_Side/Administration/RegExp/
Regular expressions are one of the most powerful tools in the arsenal of any *NIX programmer. This article offers insights into what they are, how to go about constructing them, and how to add them to your Perl, PHP and JavaScript programs.
- TRegExpr - http://regexpstudio.com/TRegExpr/TRegExpr.html
A Delphi port of Henry Spencer V8-routins for working with a subset of Perl Regular Expressions. Full source code in object pascal included. No DLL needed. [Freeware]
- Power REGex TESTER - http://www.koralsoft.com/regextester/
An online tool for creating and testing regular expressions.
|