Pattern#1: preg_match_all #<([ib])>(.*?)</\1>#
<i>Texte italique</i> texte normal <b> et texte gras</b> fin du texte.
Pattern#2: preg_match #\b(?:(?i)the|these)\s(\w+)\b#
Nothing found !
Create a link to the results of this test.
Do you want to create a link to this result page?
Create Link
Links
- Bug report or any other suggestions:

- To learn, have a look to this tutorial
- More about the PCRE functions(in french. Anybody wants to translate?)
- Doc PHP Posix (ereg...)
- Doc PHP Pcre (preg...)