regexp

TwitterFacebook
Get flash to fully experience Pearltrees
The title is a misnomer - there is no gentle beginning to regular expressions. You are either into hieroglyphics big time - in which case you will love this stuff - or you need to use them, in which case your only reward may be a headache. http://www.zytrax.com/tech/web/regex.htm

Regular Expressions - a Simple User Guide

TextCrawler is a fantastic tool for anyone who works with text files. This cool utility enables you to instantly find and replace words and phrases across multiple files and folders.

TextCrawler - Search and Replace across files - Freeware

http://www.digitalvolcano.co.uk/content/textcrawler
regexxer is a nifty GUI search/replace tool featuring Perl-style regular expressions.

regexxer Search Tool

http://regexxer.sourceforge.net/
Enter a regular expression in the top text area; double-click in the bottom area to enter the target input to match. As soon as you tab, [esc], or click out of the bottom area, matching will begin. You can choose between Perl/PHP-like or Java regular expression syntax, and whether the target text is highlighted to show matches, edits, replacements, or splits. http://regex.powertoy.org/

Regex Powertoy (interactive regular expressions)

Using Regular Expressions in PHP and JavaScript - O'Reilly Answers

Every regular exp ression must be enclosed in slashes. http://answers.oreilly.com/topic/985-using-regular-expressions-in-php-and-javascript/

Advanced Regular Expression Tips and Techniques | Nettuts+

http://net.tutsplus.com/tutorials/php/advanced-regular-expression-tips-and-techniques/ Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. Regular Expressions are the Swiss Army knife for searching through information for certain patterns.
(Taken from http://www.crazygrrl.com/weav/reference.php3 and modified to fit on one page, at least in Opera 8. Ow, and damn you for blogmarking this, Mathias ! ;] Can't. http://krijnhoetmer.nl/stuff/regex/cheat-sheet/

Regular Expressions Cheat Sheet

A regular expression (regex or regexp for short) is a special text string for describing a search pattern. http://www.regular-expressions.info/

Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns