Regular expressions
June 29th, 2008
Regular expressions
Regular expression - Wikipedia, the free encyclopedia
In computing, regular expressions provide a concise and flexible means for identifying strings of text of interest, such as particular characters, words, or patterns of characters. (more...)
Regular Expressions in ASP.NET
A Crash Course. Steven A. Smith. March 2004. Applies to: Microsoft® .NET Framework Microsoft® ASP.NET Regular Expression API. Summary: Regular expressions are ... (more...)
FlexOOP » Regular Expressions
I?m going to set up this page in hopes that others may find some of them useful. I use these mainly in Eclipse when I want to find/replace code, but there?s nothing that I?m ... (more...)
Regular-Expressions.info - Regex Tutorial, Examples and Reference ...
At Regular-Expressions.info you will find a wide range of in-depth information about a powerful search pattern language called regular expressions. (more...)
Regular Expression Tutorial - Learn How to Use Regular Expressions
This tutorial will teach you how to create your own regular expressions, starting with the most basic regex concepts and ending with the most advanced and specialized capabilities. (more...)
xkcd - A Webcomic - Regular Expressions
Permanent link to this comic: http://xkcd.com/208/ Image URL (for hotlinking/embedding): http://imgs.xkcd.com/comics/regular_expressions.png (more...)
Regular expression examples - Wikipedia, the free encyclopedia
A regular expression ( also "RegEx" or "regex" ) is a string that is used to describe or match a set of strings according to certain syntax rules. (more...)
Regular Expression Library
Regular Expression Library provides a searchable database of regular expressions. Users can add, edit, rate, and test regular expressions. (more...)
RegExr: Online Regular Expression Testing Tool
(more...)
.NET Framework Regular Expressions
Regular expressions provide a powerful, flexible, and efficient method for processing text. The extensive pattern-matching notation of regular expressions allows you to quickly ... (more...)