ReGex

TwitterFacebook
Get flash to fully experience Pearltrees
http://perldoc.perl.org/perlre.html <div class="noscript"> <p> <strong>Please note: Many features of this site require JavaScript. You appear to have JavaScript disabled, or are running a non-JavaScript capable web browser.</strong> </p> <p> To get the best experience, please enable JavaScript or download a modern web browser such as <a href="http://www.microsoft.com/windows/Internet-explorer/default.aspx">Internet Explorer 8</a>, <a href="http://www.mozilla.com/en-US/firefox/firefox.html">Firefox</a>, <a href="http://www.apple.com/safari/download/">Safari</a>, or <a href="http://www.google.co.uk/chrome">Google Chrome</a>. </p> </div> Modifiers Regular Expressions

re

Tutoriel Expressions régulières PCRE

http://lumadis.be/regex/tuto_pcre.php Les bibliothèques d'expressions régulières de PHP Le support des expressions régulières dans PHP est assuré par deux bibliothèques: POSIX et PCRE. A première vue, les fonctions PCRE (preg_match...) ne diffèrent pas beaucoup des fonctions POSIX (ereg....). Le prototype des fonctions ainsi que la syntaxe des motifs se ressemblent fort. Mais c'est à première vue seulement!