Sponsorised links
April 2008
Sponsorised links
March 2008
February 2008
Apple - Downloads - Dashboard Widgets - Regex Widget
An interactive widget for trying out regular expressions for JavaScript, and other languages (such as Sed, Ruby, or Perl). It has a simple user interface, case insensitive switch, global switch, and match index array view.
January 2008
Regular Expression HOWTO — Python Documentation
introductory tutorial to using regular expressions in Python with the re module.
Goldblog - Regex Capture Groups In Python and Perl - Corey Goldberg
He are examples of extracting capture groups in both Perl and Python.
Mastering regular expressions in PHP, Part 1: Perl may be regex king, but PHP can slice and dice input quickly, too
Pattern matching is such a common chore for software that a special shorthand — regular expressions — has evolved to make light work of the task. Learn how to use this shorthand in your code here in Part 1 of this "Mastering regular expressions in PHP" series.
October 2007
August 2007
July 2007
June 2007
The Regex Coach - interactive regular expressions
The Regex Coach is a graphical application for Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
Know your regular expressions
Une très bonne présentation des outils qui aident à créer ses expressions régulières
