Sponsorised links
May 2008
April 2008
Sponsorised links
March 2008
February 2008
January 2008
November 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.
September 2007
August 2007
July 2007
Welcome To Rob van der Woude's Scripting Pages
Batch Files
KiXtart
Perl
PowerShell
Regular Expressions
Rexx
VBScript & WSH
WMI
ADSI
Scripting Tools
June 2007
REGex TESTER v1.5.3 - test/validate regular expressions, online tester
This site allows you to do a regex test, i.e. it utilizes JavaScript (AJAX) to instantly validate regular expressions (regex), by searching and replacing strings in a text based on the regular expression. The result is live, it is updated instantly while you type, without any submission of forms and extra clicking, thus allowing fast and easy edit of regular expressions, having a constant clue what they exactly do.
This tool is constantly improved to stay the most advanced since it has been the first to utilize AJAX technology for testing Perl (PCRE) and PHP (POSIX) regular expressions. Currently this site is able to test JavaScript, PCRE and POSIX dialects. JavaScript dialect is used in ECMAScript, JScript and VBScript programming languages. PCRE dialect is mainly used in Perl, PHP, Apache's .htaccess, grep and most software. POSIX is mainly used in PHP and UNIX programming languages. Despite there may be some differences in most cases all regular expressions regardless the dialect are compatible.
Le memento des RegExp | Korben
Les Expressions Régulières, vous connaissez ? Ce sont des petites formules qui permettent d’effectuer n’importe quel type de recherche et de manipulation sur vos chaines (string).
Léonard de Genève qui viens souvent nous voir sur ce site m’a envoyé un bon lien renvoyant vers un memento RegExp.
Celui ci vous permettra d’avoir toujours sous les yeux les principales syntaxes RegExp pour pouvoir faire des choses de fous dans vos programmes :-)
Merci Leonard pour cette info !! Moi j’aime bien quand des lecteurs participent aussi de temps en temps !
May 2007
PHP Look Behinds RegExp examples
Once again, the name says it all, a lookbehind looks behind to see if it can match a pattern. And like the lookaheads there are positive lookbehinds and negative lookbehinds.
April 2007
March 2007
reggy - Google Code
Reggy is a small OS X cocoa/objective-c application to very quickly visualize what a given regular expression will match given a test string. It will also tell you if you have errors in your regular expression
