|
Top: Computers: Programming: Languages: Regular_Expressions:
 |
|
» Data mining for reguar expressions. - A tool that allows programmers to generate a working program in a variety of languages that extracts data mined regular expressions from strings.
|
 |
|
» Extreg - A script that allows to perform search-and-replace operations with extended regular expressions from unix shells.
|
 |
|
» JRX - A simple JavaScript real-time regular expression evaluator, similar to RX tool of Activestate's Komodo IDE.
|
 |
|
» PCRE Workbench - Graphical application for Windows which can be used to experiment with Perl-compatible regular expressions interactively.
|
 |
|
» Programmer's Heaven Regex Area - Contains a beginners regex tutorial and guides for using regexes in various languages, including Perl, Java, .Net and Javascript. Also has a web-based regex testing tool and regex library.
|
 |
|
» The Regex Coach - Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
|
 |
|
» 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.
|
 |
|
» RegexBuddy - Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial]
|
 |
|
» RegexPal - JavaScript regular expression tester with real-time regex syntax and match highlighting.
|
 |
|
» RegExplorer - 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]
|
 |
|
» RegExpr for VB & VBA - Regular expression library for Visual Basic and Visual Basic for Applications.
|
 |
|
» Regular Expression Tester - Uses browser's JavaScript to show matches and subgroups, and highlights match in the input string.
|
 |
|
» Regular expressions in Haskell - Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl.
|
 |
|
» 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.
|
 |
|
» Validating Form Input using Regular Expressions - 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.
|
 |
|
» 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.
|
 |
|
» 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. (October 30, 2000)
|
|
|