Sponsorised links
October 2009
python regex wrapper
Easy-to-use regular expression API for Python, where _S() and _R() are the primitives for everything.
python regex wrapper
Easy-to-use regular expression API for Python, where _S() and _R() are the primitives for everything.
September 2009
Sponsorised links
August 2009
15 PHP regular expressions for web developers
Petit article qui parle des expression régulière qui peuvent être utilisé tant en PHP que dans d'autres langages
July 2009
June 2009
Essential guide to regex
Vous trouverez ici une sélection d'outils, tutos et ressources pour bien aborder les regex.
brettstimmerman's jabber-bot at master - GitHub
Easily create simple regex powered Jabber bots.
May 2009
Crucial Concepts Behind Advanced Regular Expressions | How-To | Smashing Magazine
we present an introduction to advanced regular expressions, with eight commonly used concepts and examples. Each example outlines a simple way to match patterns in complex strings. If you do not yet have experience with basic regular expressions, have a look at this article to get started. The syntax used here matches PHP’s Perl-compatible regular expressions.
L'objet REGEXP - Les Expressions Régulières et JavaScript - ASP-PHP.net
Qu'est-ce que c'est encore que cette bête ?... En fait, un moyen simple, même si parfois obscur au premier abord, pour faire des recherches d'occurences dans une chaîne... Exemple : Pour vérifier la validité de structure d'une adresse email saisie dans un formulaire :
Regular Expressions - Popular Tools, Utilities and Programming Languages That Support Regular Expressions - Specialized Tools and Utilities for Working with Regular Expressions - TutorialTools & LanguagesExamplesBooks & Reference
These tools and utilities have regular expressions as the core of their functionality. grep - The utility from the UNIX world that first made regular expressions popular PowerGREP - Next generation grep for Microsoft Windows RegexBuddy - Learn, create, understand, test, use and save regular expressions. RegexBuddy makes working with regular expressions easier than ever before. General Applications with Notable Support for Regular Expressions There are a lot of applications these days that support regular expressions in one way or another, enhancing certain part of their functionality. But certain applications stand out from the crowd by implementing a full-featured Perl-style regular expression flavor and allowing regular expressions to be used instead of literal search terms throughout the application. EditPad Pro - Convenient text editor with a powerful regex-based search and replace feature, as well as regex-based customizable syntax coloring.
April 2009
February 2009
Regex tester en Javascript
Un outil super utile : un testeur de regex en Javascript.
Si comme moi vous préfèrez procéder pour itérations pour affiner une regex et arriver au résultat voulu, vous apprécierez cet outil qui permet comme le regexcoach de tester vos regex au fur et à mesure.
