Quote:
|
Originally Posted by Wolfy
$text = preg_replace("#<((Link: http://|www)http://|www\.)(.*)>#","\\1\\2",$text);
didn't work. That leaves the closing bracket intact...
|
can't you run the line twice? once to remove the opening bracket and once to remove the closing bracket?
my PHP knowledge is limited...