preg_match_all("=([url])(.*)([/url])=i", $text, $ausgabe);
so gehts aber
preg_match_all("=([url])([a-zA-Z/.:]+)([/url])=", $text, $ausgabe);
andi
preg_match_all("=([url])(.*)([/url])=i", $text, $ausgabe);
so gehts aber
preg_match_all("=([url])([a-zA-Z/.:]+)([/url])=", $text, $ausgabe);
andi