Regular Expressions Technical Links & Resources
located in the History, Languages Categories
|
|
|
dk.brics.automaton - Finite-state automata and regular expressions for Java. The package contains a DFA/NFA implementation with Unicode alphabet and support for all standard regular expression operations |
Extreg - A script that allows to perform search-and-replace operations with extended regular expressions from unix shells.
|
|
gnu.regexp - Pure Java implementation of a traditional (non-POSIX) NFA regular expression engine. Its syntax can emulate many popular development tools |
JRX - A simple JavaScript real-time regular expression evaluator |
|
|
|
|
Regex Suite - Brings the power of regular expression searching and replacing to Frontier 5. [GPL]
|
RegEx Tester - Online regular expression tester for preg (Perl) and ereg (POSIX) formats.
|
|
regexp.org - A forum for coders to share regexes and regex info.
|
|
RegExpr for VB & VBA - Regular expression library for Visual Basic and Visual Basic for Applications.
|
|
Regular Expression Tester - Online script to test regular expressions. Shows matching patterns in red. PHP source code available for download |
|
|
|
Regular Expressions explained - 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. |
Regular expressions in Haskell - Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl.
|
|
|
|
|
|
The Regex Coach - Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
|
TRegExpr - 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]
|
|
Utilizing Regular Expressions - 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.
|
|
VBScript Regular Expressions - Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
|
Visual RegExp - A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
|
|