newsletterlibrary.com

Top : Computers : Programming : Languages :
Regular Expressions

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

Websites
Articles in two parts about using Regular Expressions with VCScript.
site exerpt
4GuysFromRolla.com An Introduction to Regular Expression with VBScript  When you think ASP, think Recent Articles All Articles ASP.NET Articles [1.x 2.0] ASPFAQs.com Message Board Related Web Technologies User Tips! Coding Tips Search Sections: Book Reviews Sample Chapters Commonly Asked Message Board Questions Headlines from ASPWire.com JavaScript Tutorials MSDN...
http://www.4guysfromrolla.com/webtech/090199-1.shtml

A collection of regular expressions submitted by viewers.
site exerpt
 Currently we have indexed 1122 expressions from contributors around the world. We hope you'll find this site useful and come back whenever you're looking for an expression for a particular task, or have just figured out a new expression that...
http://www.regxlib.com/

Online regular expression tester for preg (Perl) and ereg (POSIX) formats.
site exerpt
Regular Expression Online Tester  I find myself doing a bit of trial-and-error until I get the right pattern. So, I whipped this up to help Due to popular demand, I've added parenthesized substring support. Pattern a-zA-Z]{2,4 CLASS=info SIZE=40>Haystack: preg (Perl) ereg (POSIX) Some helpful...
http://www.quanetic.com/regex.php

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.
site exerpt
zez.org: about code  Object oriented programming Open source Perl PHP Python Ruby SOAP XML Suggest a link About Advertise on zez Contribute Contact us About zez Regular Expressions explained Author: Jan Borsodi Publishing date: 30.10.2000 18:02 This article will give you an introduction...
http://zez.org/article/articleview/11/

A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
site exerpt
Visual REGEXP a graphical explorer for your regexps  Tired of debugging your regular expressions Do you want to quickly build efficient regexps Visual REGEXP is for you This software will let you design your regexps by letting you type the expression and visualize its effect on a sample...
http://laurent.riesterer.free.fr/regexp/

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]
http://anso.virtualave.net/

An article about regular expressions in ASP pages.
http://www.aspalliance.com/chrisg/default.asp?article=10

Describes Regular Expressions and compares them to Finite Automatas.
site exerpt
Regular Expressions  Just as finite automata are used to recognize patterns of strings, regular expressions are used to generate patterns of strings. A regular expression is an algebraic formula whose value is a pattern consisting of a set of strings, called the...
http://www.cs.rochester.edu/u/leblanc/csc173/fa/re.html

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.
site exerpt
4GuysFromRolla.com Utilizing Regular Expressions  When you think ASP, think Recent Articles All Articles ASP.NET Articles [1.x 2.0] ASPFAQs.com Message Board Related Web Technologies User Tips! Coding Tips Search Sections: Book Reviews Sample Chapters Commonly Asked Message Board Questions Headlines from ASPWire.com JavaScript Tutorials MSDN...
http://www.4guysfromrolla.com/webtech/031500-1.shtml

An Introduction to Regular Expressions in the scripting language TCL.
site exerpt
Intro to Tcl: Regular Expressions  Pattern matching is a powerful computational tool. It can make programs shorter and easier to understand due to its declarative nature. Some programming languages use some form of pattern matching as their primary means of expressing programs; examples include Snobol4...
http://www.lib.uchicago.edu/keith/tcl-course/topics/regexp.html

Regular expression library for Visual Basic and Visual Basic for Applications.
site exerpt
RegExpr for VB VBA. Regular Expressions for Visual Basic  Regular expressions module for Visual Basic 5.0, 6.0 and VBA. Regular expressions are a pattern matching standard, used to search for and replace strings. RegExpr for VB VBA brings this power to Visual Basic. What's in it? RegExpr for VB/VBA...
http://www.aivosto.com/regexpr.html

Brings the power of regular expression searching and replacing to Frontier 5. [GPL]
site exerpt
Regex Project: Regex Extension Home Page  Regex extension provides regular expression pattern matching and searching for Frontier 5.1 or later running on Win95/98, Win NT, or a PowerPC-based Macintosh. Regular expressions can be considered as a language that can describe patterns of characters in text. The...
http://old.scriptmeridian.org/projects/regex/

A small library to make working with Regular Expressions a little bit easier. Free source code and tutorials for Windows developers.
site exerpt
Simplifed use of Regular Expressions from within your Scripts The Code Project ASP  Expressions from within your Scripts By Uwe Keim Small library to make working with Regular Expressions a little bit easier ASP, VBScript Windows IIS, Win32 Dev Posted 23 Jul 2001 Updated 28 Aug 2001 Articles by this author 56,719 views...
http://www.codeproject.com/asp/easyrx.asp

This article, by Troy Eberhard, examines how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions.
site exerpt
4GuysFromRolla.com A Print This Page Script Using the MS-XMLHTTP object and Regular Expressions  When you think ASP, think Recent Articles All Articles ASP.NET Articles [1.x 2.0] ASPFAQs.com Message Board Related Web Technologies User Tips! Coding Tips Search Sections: Book Reviews Sample Chapters Commonly Asked Message Board Questions Headlines from ASPWire.com JavaScript Tutorials MSDN...
http://www.4guysfromrolla.com/webtech/052701-1.shtml

An article that gives 12 reasons for learning and using Regular Expressions.
http://www.websiterepairguy.com/articles/12_re.php

A script that allows to perform search-and-replace operations with extended regular expressions from unix shells.
site exerpt
Extended and perl regular expressions  Extended and perl regular expressionsIntroductionDepending on how much you know about regular expressions, it might be a good idea to read some tutorials first. There are many of them, so use a search engine. The syntax of basic and extended...
http://www.ososo.de/extreg/

JRX
A simple JavaScript real-time regular expression evaluator, similar to RX tool of Activestate's Komodo IDE.
http://www.cuneytyilmaz.com/prog/jrx/

The purpose of this article is to show a few real-life examples of regular expressions at work.
site exerpt
zez.org: about code  Object oriented programming Open source Perl PHP Python Ruby SOAP XML Suggest a link About Advertise on zez Contribute Contact us About zez Larger Regular Expressions Author: Gunnstein Lye Publishing date: 16.05.2001 18:45 Warning: The regular expressions contained in this...
http://zez.org/article/articleview/65/

The source code shows how to use Regular Expressions in C#.
site exerpt
Regular Expressions Usage in C#  The source code shows how to use Regular Expressions in C The code Functions written for Validation Alphabet,AlphaNumeric,Integer,Postive Integer,Floating point numbers.You just cut copy these functions and use in any program. Explanation of Regular Expressions: Regular expressions are used to...
http://www.c-sharpcorner.com/3/RegExpPSD.asp

Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
site exerpt
The Regex Coach interactive regular expressions  Coach interactive regular expressions Abstract The Regex Coach is a graphical application for Windows and Linux/x86 which can be used to experiment with (Perl-compatible) regular expressions interactively. It has the following features: It shows whether a regular expression matches a...
http://weitz.de/regex-coach/

This article, by Scott Mitchell examines how to strip HTML tags from a string using regular expressions.
site exerpt
4GuysFromRolla.com Stripping HTML Tags using Regular Expressions  When you think ASP, think Recent Articles All Articles ASP.NET Articles [1.x 2.0] ASPFAQs.com Message Board Related Web Technologies User Tips! Coding Tips Search Sections: Book Reviews Sample Chapters Commonly Asked Message Board Questions Headlines from ASPWire.com JavaScript Tutorials MSDN...
http://www.4guysfromrolla.com/webtech/042501-1.shtml

This article by Scott Mitchell examines some advanced features with regular expressions.
site exerpt
4GuysFromRolla.com Utilizing Regular Expression SubMatches  When you think ASP, think Recent Articles All Articles ASP.NET Articles [1.x 2.0] ASPFAQs.com Message Board Related Web Technologies User Tips! Coding Tips Search Sections: Book Reviews Sample Chapters Commonly Asked Message Board Questions Headlines from ASPWire.com JavaScript Tutorials MSDN...
http://www.4guysfromrolla.com/webtech/043001-1.shtml

This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions.
site exerpt
4GuysFromRolla.com Common Applications of Regular Expressions  When you think ASP, think Recent Articles All Articles ASP.NET Articles [1.x 2.0] ASPFAQs.com Message Board Related Web Technologies User Tips! Coding Tips Search Sections: Book Reviews Sample Chapters Commonly Asked Message Board Questions Headlines from ASPWire.com JavaScript Tutorials MSDN...
http://www.4guysfromrolla.com/webtech/120400-1.shtml

Shows how to use the power of regular expressions to ease text parsing and processing.
site exerpt
Matchmaking with regular expressions  Matchmaking with regular expressions Use the power of regular expressions to ease text parsing and processing Summary Many applications process configuration or log files, retrieving configuration info and extracting meaningful information from a sea of text. They also require a...
http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-regex.html

Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
http://www.aspalliance.com/brettb/VBScriptRegularExpressions.asp

Brad Merrill, coauthor of O'Reilly's C# Essentials, provides an overview of how regular expressions are used in the C# environment.
site exerpt
O'Reilly: C# Regular Expressions  Regular expressions have been used in various programming languages and tools for many years. The .NET Base Class Libraries include a namespace and a set of classes for utilizing the power of regular expressions. They are designed to be compatible...
http://windows.oreilly.com/news/csharp_0101.html

Learn how to use regular expressions and perform search and replace operations.
site exerpt
The Melonfire Community Trog  Learn how to use regular expressions quickly perform search and replace operations Introduction Ask any relatively-experienced *NIX user to list his top ten favorite things about the operating system, and you're almost certain to hear him mutter, somewhere between 99%...
http://www.melonfire.com/community/columns/trog/article.php?id=2

Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl.
site exerpt
Regular Expressions in Haskell  In this case the pattern matches a string of 1 or more a's followed by a string of 1 or more b's There are a number of regular expression libraries around. One of the best can be found in the...
http://www.dcs.gla.ac.uk/~meurig/regexp/

An online tool for creating and testing regular expressions.
http://koralsoft.dir.bg/venimus/index.htm

An open source tool written in C# to build and test regular expressions.
site exerpt
RegEx Builder  Builder is a simple tool which helps developers to create and test regular expressions. RegexBuilder is free and it comes with no warranty. You may use it at your own risk. System Requirements: Microsoft .NET Framework 1.1 (SDK or Redistributable)...
http://renschler.net/regexbuilder/

Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial]
site exerpt
RegexBuddy: Learn, Create, Understand, Test, Use and Save Regular Expression  Buddy is your perfect companion for working with regular expressions. Easily create regular expressions that match exactly what you want. Clearly understand complex regexes written by others. Quickly test any regex on sample strings and files, preventing mistakes on actual...
http://www.regexbuddy.com

A Manual describing the KDE Application for editing regular expressions.
http://docs.kde.org/en/3.2/kdeutils/KRegExpEditor/

What is a "regular expression"? Crispin Roven has the answer. Newbie-oriented. [Wired News]
site exerpt
 Tips home programming perl_cgi Perl/CGI Print Email this article for free Pages: 1 The Regular Expression Rundown The Regular Expression Rundown by Crispin Roven 21 Aug 1997 Crispin Roven is a Wired Digital engineer. He won the most geeked-out attire...
http://webmonkey.wired.com/webmonkey/geektalk/97/33/index3a.html

Graphical application for Windows which can be used to experiment with Perl-compatible regular expressions interactively.
site exerpt
PCRE Workbench  Workbench is a small application that I wrote to ease the process of designing regular expressions for use with Philip Hazel's PCRE library. Using PCRE Workbench you can write a Perl-style regex, set the appropriate compilation and execution flags and...
http://www.renatomancuso.com/sof.../pcreworkbench/pcreworkbench.htm

Provides Wrapper classes that provide PCRE for Delphi.
site exerpt
PCRE Wrapper for Delphi 7  C programs to perform pattern matching using Perl-style regular expressions. PCRE is written in ANSI C and is extremely portable (I have succesfully compiled and used PCRE under Windows 2000, Windows XP and several 32-bit and 64-bit Unix operating systems...
http://www.renatomancuso.com/software/dpcre/dpcre.htm

A slide-show that explains regular expressions and how to use them with Delphi.
http://www.richplum.first-web.net/bug/rm_20040302.pdf

Weblog about regular expressions: tricks and hacks, recipes, tutorials.
site exerpt
The not-so-Regular of Regular Expressions  I have been adventuring trough this wonderful RegEx tool created by Dr. Edmund Weitz, it was named RegEx Coach. This software just 2MB to download, i need only 10 minutes in the slowly Indonesian backbone. After been installing (it need...
http://regex.digdaya.com/

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.
site exerpt
aspZone.com Validating Form Input using Regular Expressions  aspZone.com John R. Lewis Blog (C ASP.NET, Scuba, Flying, and more) Navigation Home Blogs Photos Subscriptions RSS 2.0 Atom 0.3 Contact Search Go Post Categories Announcements (rss) Book Reviews (rss) Flying (rss) Misc (rss) Programming (rss) Scuba (rss) Article Categories...
http://www.aspzone.com/blogs/john/articles/173.aspx

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.
http://devshed.spunge.org/Server_Side/Administration/RegExp/

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]
site exerpt
TRegExpr library Regular Expressions,perl,regexp,Delphi,Pascal,FreePascal,Kylix,Libraries,VCL,CLX,Tools,files utils  Easy to use and powerfull tool for sophisticated search and substitutioning and for template-based text input check. Just look how it's simple to work with text from bird's eye view, free Your mind from old-styled procedural text processing, increase Your...
http://regexpstudio.com/TRegExpr/TRegExpr.html

An online tool for creating and testing regular expressions.
site exerpt
REGex TESTER v1.4  This site totaly relies on JavaScript generated content. Enable scripting and reload the page! You might need to lower the security settings (Medium is enough) for this site (e.g. add it to trusted sites Don't wory this site does no...
http://www.koralsoft.com/regextester/