Thanks folks!
This works fine!
But the problem is: I have a text, which is beeing parsed by a script which changes urls to clickable urls:
$text = ereg_replace("[[:alpha:]]+://[<>[:space:]]+[[:alnum:]/]","<a href=\"\0\" target=_blank>\0</a>", $text);
how can I change this, so that it will noch affect existing links made by the other script?
I should not affect links which are between <> or ""...
Thanks!
jens