Canadian Content - Regular Expressions
Regular Expressions Listings & Download   Canadian Content
    Search:
Regular Expressions

Regular Expressions (Languages)

Canadian Content - Regular Expressions Canadian Content > Computers: Programming: Languages: Regular Expressions:


Regular Expressions

Regular Expressions further on these related pages:


C and C++
FAQs, Help, and Tutorials
Java
Perl
Research Papers

Regular Expressions Sites:

Regular Expression Usage in C# Regular Expression Usage in C#
Regular Expression Usage in C# Regular Expression Usage in C#: The source code shows how to use Regular Expressions in C#. (Regular Expressions)
http://www.c-sharpcorner.com/3/RegExpPSD.asp
Regular Expressions explained Regular Expressions explained
Regular Expressions explained 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)
http://zez.org/article/articleview/11/
Regular Expressions Regular Expressions
Regular Expressions Regular Expressions: Describes Regular Expressions and compares them to Finite Automatas. (Regular Expressions)
http://www.cs.rochester.edu/u/leblanc/csc173/fa/re.html
Matchmaking with regular expressions Matchmaking with regular expressions
Matchmaking with regular expressions Matchmaking with regular expressions: Shows how to use the power of regular expressions to ease text parsing and processing. (Regular Expressions)
http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-regex.html
Simplifed use of Regular Expressions from within your Scripts Simplifed use of Regular Expressions from within your Scripts
Simplifed use of Regular Expressions from within your Scripts 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. (Regular Expressions)
http://www.codeproject.com/asp/easyrx.asp
Regular Expressions Library Regular Expressions Library
Regular Expressions Library Regular Expressions Library: A collection of regular expressions submitted by viewers. (Regular Expressions)
http://www.regxlib.com/
Larger Regular Expressions Larger Regular Expressions
Larger Regular Expressions Larger Regular Expressions: The purpose of this article is to show a few real-life examples of regular expressions at work. (Regular Expressions)
http://zez.org/article/articleview/65/
TCL Regular Expressions TCL Regular Expressions
TCL Regular Expressions TCL Regular Expressions: An Introduction to Regular Expressions in the scripting language TCL. (Regular Expressions)
http://www.lib.uchicago.edu/keith/tcl-course/topics/regexp.html
Extreg Extreg
Extreg Extreg: A script that allows to perform search-and-replace operations with extended regular expressions from unix shells. (Regular Expressions)
http://www.ososo.de/extreg/
An Introduction to Regular Expression with VBScript An Introduction to Regular Expression with VBScript
An Introduction to Regular Expression with VBScript An Introduction to Regular Expression with VBScript: Articles in two parts about using Regular Expressions with VCScript. (Regular Expressions)
http://www.4guysfromrolla.com/webtech/090199-1.shtml
TRegExpr TRegExpr
TRegExpr 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] (Regular Expressions)
http://anso.virtualave.net/
Regular Expression Builder Regular Expression Builder
Regular Expression Builder Regular Expression Builder: An open source tool written in C# to build and test regular expressions. (Regular Expressions)
http://renschler.net/regexbuilder/
RegExplorer RegExplorer
RegExplorer 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] (Regular Expressions)
http://regexplorer.sourceforge.net/
RegEx Tester RegEx Tester
RegEx Tester RegEx Tester: Online regular expression tester for preg (Perl) and ereg (POSIX) formats. (Regular Expressions)
http://www.quanetic.com/regex.php
Utilizing Regular Expressions Utilizing Regular Expressions
Utilizing Regular Expressions 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. (Regular Expressions)
http://www.4guysfromrolla.com/webtech/031500-1.shtml
The Regex Coach The Regex Coach
The Regex Coach The Regex Coach: Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively. (Regular Expressions)
http://weitz.de/regex-coach/
JRX JRX
JRX JRX: A simple JavaScript real-time regular expression evaluator, similar to RX tool of Activestate's Komodo IDE. (Regular Expressions)
http://www.cuneytyilmaz.com/prog/jrx/
Visual RegExp Visual RegExp
Visual RegExp Visual RegExp: A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x. (Regular Expressions)
http://laurent.riesterer.free.fr/regexp/
Regular Expressions Quickstart Regular Expressions Quickstart
Regular Expressions Quickstart Regular Expressions Quickstart: An article about regular expressions in ASP pages. (Regular Expressions)
http://www.aspalliance.com/chrisg/default.asp?article=10
Power REGex TESTER Power REGex TESTER
Power REGex TESTER Power REGex TESTER: An online tool for creating and testing regular expressions. (Regular Expressions)
http://koralsoft.dir.bg/venimus/index.htm
Stripping HTML Tags using Regular Expressions Stripping HTML Tags using Regular Expressions
Stripping HTML Tags using Regular Expressions Stripping HTML Tags using Regular Expressions: This article, by Scott Mitchell examines how to strip HTML tags from a string using regular expressions. (Regular Expressions)
http://www.4guysfromrolla.com/webtech/042501-1.shtml
VBScript Regular Expressions VBScript Regular Expressions
VBScript Regular Expressions VBScript Regular Expressions: Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions. (Regular Expressions)
http://www.aspalliance.com/brettb/VBScriptRegularExpressions.asp
Geek Talk: The Regular Expression Rundown Geek Talk: The Regular Expression Rundown
Geek Talk: The Regular Expression Rundown Geek Talk: The Regular Expression Rundown: What is a "regular expression"? Crispin Roven has the answer. Newbie-oriented. [Wired News] (Regular Expressions)
http://webmonkey.wired.com/webmonkey/geektalk/97/33/index3a.html
Regex Suite Regex Suite
Regex Suite Regex Suite: Brings the power of regular expression searching and replacing to Frontier 5. [GPL] (Regular Expressions)
http://old.scriptmeridian.org/projects/regex/
Common Applications of Regular Expressions Common Applications of Regular Expressions
Common Applications of Regular Expressions Common Applications of Regular Expressions: This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions. (Regular Expressions)
http://www.4guysfromrolla.com/webtech/120400-1.shtml
RegexBuddy RegexBuddy
RegexBuddy RegexBuddy: Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial] (Regular Expressions)
http://www.regexbuddy.com
So What's A $#!%% Regular Expression, Anyway?! So What's A $#!%% Regular Expression, Anyway?!
So What's A $#!%% Regular Expression, Anyway?! So What's A $#!%% Regular Expression, Anyway?!: Learn how to use regular expressions and perform search and replace operations. (Regular Expressions)
http://www.melonfire.com/community/columns/trog/article.php?id=2
RegExpr for VB & VBA RegExpr for VB & VBA
RegExpr for VB & VBA RegExpr for VB & VBA: Regular expression library for Visual Basic and Visual Basic for Applications. (Regular Expressions)
http://www.aivosto.com/regexpr.html
regexp.org regexp.org
regexp.org regexp.org: A forum for coders to share regexes and regex info. (Regular Expressions)
http://www.regexp.org/
Utilizing Regular Expression SubMatches Utilizing Regular Expression SubMatches
Utilizing Regular Expression SubMatches Utilizing Regular Expression SubMatches: This article by Scott Mitchell examines some advanced features with regular expressions. (Regular Expressions)
http://www.4guysfromrolla.com/webtech/043001-1.shtml
Regular Expression Tester Regular Expression Tester
Regular Expression Tester Regular Expression Tester: Uses browser's JavaScript to show matches and subgroups, and highlights match in the input string. (Regular Expressions)
http://www.roblocher.com/technotes/regexp.aspx
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions 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. (Regular Expressions)
http://www.4guysfromrolla.com/webtech/052701-1.shtml
Regular expressions in Haskell Regular expressions in Haskell
Regular expressions in Haskell Regular expressions in Haskell: Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl. (Regular Expressions)
http://www.dcs.gla.ac.uk/~meurig/regexp/
DevShed - So What's A $#!%% Regular Expression, Anyway?! DevShed - So What's A $#!%% Regular Expression, Anyway?!
DevShed - So What's A $#!%% Regular Expression, Anyway?! DevShed - So What's A $#!%% Regular Expression, Anyway?!: 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. (Regular Expressions)
http://www.devshed.com/Server_Side/Administration/RegExp/page1.html
windows.oreilly.com -- C# Regular Expressions windows.oreilly.com -- C# Regular Expressions
windows.oreilly.com -- C# Regular Expressions 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. (Regular Expressions)
http://windows.oreilly.com/news/csharp_0101.html
KRegExpEditor - Manual KRegExpEditor - Manual
KRegExpEditor - Manual KRegExpEditor - Manual: A Manual describing the KDE Application for editing regular expressions. (Regular Expressions)
http://docs.kde.org/en/3.2/kdeutils/KRegExpEditor/
Validating Form Input using Regular Expressions Validating Form Input using Regular Expressions
Validating Form Input using Regular Expressions 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. (Regular Expressions)
http://www.aspzone.com/Entries/ada24a81aecd457ba039d886180fbd64.aspx
12 Reasons to Use Regular Expressions 12 Reasons to Use Regular Expressions
12 Reasons to Use Regular Expressions 12 Reasons to Use Regular Expressions: An article that gives 12 reasons for learning and using Regular Expressions. (Regular Expressions)
http://www.websiterepairguy.com/articles/12_re.php