Hi,

so ein Thema hatten wir bereits einmal im PHP-Forum:
http://free-hack.com/showthread.php?t=27655

Dabei beziehe ich mich dann mal auf das PHP Manual:
Zitat Zitat von http://de2.php.net/manual/en/intro.regex.php
PHP also supports regular expressions using a Perl-compatible syntax using the PCRE functions. Those functions support non-greedy matching, assertions, conditional subpatterns, and a number of other features not supported by the POSIX-extended regular expression syntax.
Dem entsprechend sollte der benutzte reguläre Ausdruck ebenfalls Perl-Kompatibel sein:
Code:
/<a.+href=[\"\'](.*)[\"\']>(.*)<\/a>/im

mfG. BlackBerry