Sponsorised links
This month
June 2008
Vim Regular Expressions 101
Explication des recherches et remplacements par expressions régulières sous vim.
Nouveau site spécialisé sur l'url rewriting et les REGEXs
Réécrire les URLs est un atout d'importance pour les sites web qui présentent de l'information en temps réel. Laurent.G (Koogar) et Etienne (Topliens), 2 webmasters qui se sont rencontrés sur le forum de WebRankInfo ont montés un site complet sur l’url rewriting. Laurent.G est le webmaster de phpSources.org et le CMS utilisé sur urlrewriting.fr est celui de phpsources.org, qui se dote au passage d’un petit frère.
Sponsorised links
May 2008
April 2008
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.
