|
|
1. |
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions
-
This article, by Troy Eberhard, examines how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions.
|
|
|
2. |
An Introduction to Regular Expression with VBScript
-
Articles in two parts about using Regular Expressions with VCScript.
|
|
|
3. |
Common Applications of Regular Expressions
-
This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions.
|
|
|
4. |
Extreg
-
A script that allows to perform search-and-replace operations with extended regular expressions from unix shells.
|
|
|
5. |
JRX
-
A simple JavaScript real-time regular expression evaluator, similar to RX tool of Activestate's Komodo IDE.
|
|
|
6. |
Matchmaking with regular expressions
-
Shows how to use the power of regular expressions to ease text parsing and processing.
|
|
|
7. |
RegEx Tester
-
Online regular expression tester for preg (Perl) and ereg (POSIX) formats.
|
|
|
8. |
RegexBuddy
-
Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial]
|
|
|
9. |
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]
|
|
|
10. |
RegExpr for VB & VBA
-
Regular expression library for Visual Basic and Visual Basic for Applications.
|
|
|
11. |
Regular Expression Builder
-
An open source tool written in C# to build and test regular expressions.
|
|
|
12. |
Regular Expression Tester
-
Uses browser's JavaScript to show matches and subgroups, and highlights match in the input string.
|
|
|
13. |
Regular Expression Usage in C#
-
The source code shows how to use Regular Expressions in C#.
|
|
|
14. |
Regular Expressions
-
Describes Regular Expressions and compares them to Finite Automatas.
|
|
|
15. |
Simplifed use of Regular Expressions from within your Scripts
-
A small library to make working with Regular Expressions a little bit easier. Free source code and tutorials for Windows developers.
|
|
|
16. |
So What's A $#!%% Regular Expression, Anyway?!
-
Learn how to use regular expressions and perform search and replace operations.
|
|
|
17. |
Stripping HTML Tags using Regular Expressions
-
This article, by Scott Mitchell examines how to strip HTML tags from a string using regular expressions.
|
|
|
18. |
TCL Regular Expressions
-
An Introduction to Regular Expressions in the scripting language TCL.
|
|
|
19. |
The Regex Coach
-
Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
|
|
|
20. |
Utilizing Regular Expression SubMatches
-
This article by Scott Mitchell examines some advanced features with regular expressions.
|
|
|
21. |
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.
|
|
|
22. |
VBScript Regular Expressions
-
Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
|
|
|
23. |
Visual RegExp
-
A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
|
|
|
24. |
windows.oreilly.com -- C# Regular Expressions
-
Brad Merrill, coauthor of O'Reilly's C# Essentials, provides an overview of how regular expressions are used in the C# environment.
|
|
|
25. |
12 Reasons to Use Regular Expressions
-
An article that gives 12 reasons for learning and using Regular Expressions.
|
|
|
26. |
KRegExpEditor - Manual
-
A Manual describing the KDE Application for editing regular expressions.
|
|
|
27. |
Larger Regular Expressions
-
The purpose of this article is to show a few real-life examples of regular expressions at work.
|
|
|
28. |
PCRE Workbench
-
Graphical application for Windows which can be used to experiment with Perl-compatible regular expressions interactively.
|
|
|
29. |
PCRE Wrapper for Delphi 7
-
Provides Wrapper classes that provide PCRE for Delphi.
|
|
|
30. |
Power REGex TESTER
-
An online tool for creating and testing regular expressions.
|
|
|
31. |
Regex Suite
-
Brings the power of regular expression searching and replacing to Frontier 5. [GPL]
|
|
|
32. |
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.
|
|
|
33. |
Regular expressions in Haskell
-
Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl.
|
|
|
34. |
Regular Expressions Library
-
A collection of regular expressions submitted by viewers.
|
|
|
35. |
Regular Expressions Quickstart
-
An article about regular expressions in ASP pages by Chris Garrett.
|
|
|
36. |
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]
|
|
|
37. |
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.
|