|
|
.NET Regular expression cheat sheet and quick reference guide.
http://www.edocr.com/doc/59/net-regular-expression-cheat-sheet
(Clicks: 4;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
Cheat sheet for C# regular expressions metacharacters, operators, quantifiers etc
http://www.mikesdotnetting.com/Article.aspx?ArticleID=46
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
Regular Expressions in MySQL are used within the REGEXP and RLIKE sections of WHERE clauses in the selection of records for display, update or deletion. They use Henry Spencer's implementation, which is aimed at conformance with POSIX standard 1003.2, extended version.
http://php-regex.blogspot.com/2008/01/mysql-regular-expressions-cheat-sheet.html
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
Python Regular Expression Cheat Sheet and quick reference guide.
http://snipplr.com/view/6206/python-regular-expression-cheat-sheet/
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
It seems that many people have a basic understanding of how a regular expressions works. Lots of people will ask me, and probably many of you, for help in writing regular expressions. A lot of these people have a basic idea of what they need when it is a simple regex. I would like to point those people towards a regular expression cheat sheet. Many people ask for regular expressions and can say what they are looking for in a regular expression. They will say something like:
http://regexadvice.com/blogs/regex_side/archive/2007/02/06/Regex-Cheat-Sheet.aspx
(Clicks: 2;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
|
|
Search & Replace has extensive support for Regular Expressions for advanced search &/or replace, where the search string follows a rule and is not always exactly the same. Regular Expressions use "special character operators," which are symbols that control the search, and "an expression," which is a combination of characters and operators that specifies a pattern. Regular Expressions can be used in replacements, they can be case sensitive, and they can use Binary Characters or special operators such as Counters, Insert Path & File Name, & environment variables.
http://www.funduc.com/regexp.htm
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
Regular Expressions - Quick Reference Guide and Cheat Sheet
http://opencompany.org/download/regex-cheatsheet.pdf
(Clicks: 2;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
Regular Expressions Cheat Sheet and Quick Reference Guide.
http://krijnhoetmer.nl/stuff/regex/cheat-sheet/
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
After starting and stopping reading Mastering Regular Expressions a couple of times, I decided I needed a little refresher on the basics. So I made this:
http://solutions.treypiepmeier.com/2008/02/23/regular-expressions-cheat-sheet/
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
Regular Expressions Cheat Sheet The Regular Expressions cheat sheet is a one-page reference sheet. It is a guide to patterns in regular expressions, and is not specific to any single language.
http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
Regular expressions in Perl. This document presents a tabular summary of the regular expression (regexp) syntax in Perl, then illustrates it with a collection of annotated examples.
http://www.cs.tut.fi/~jkorpela/perl/regexp.html
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
RegExLib.com Regular Expression Cheat Sheet and quick reference guide.
http://regexlib.com/CheatSheet.aspx
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|
|
|
Scriptmonkeys Regular Expression Cheat Sheet (.NET)
http://www.scriptmonkeys.net/scriptmonkeys/RegExp.html
(Clicks: 1;
Comments: 0;
Listing added: Nov 16, 2008)
|