Pattern#1: ereg <a href=(.*)>
<a href="http://ceci_est_url.com">lien</a>
Pattern#2: preg_match #<a href=(.*?)>#
<a href="http://ceci_est_url.com">lien</a>
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...)