Code: Select all
$text = [color=yellow]preg_replace[/color](\"/\\!color=(\\#[0-9A-F]{6}|[a-z]+)~$uid\\!/si\" , [color=red]$text[/color] ;
$text = str_replace(\"!/color~$uid!\", $text);
Moderators: Krom, Lothar, Richard Cranium, KoolBear
Code: Select all
$text = [color=yellow]preg_replace[/color](\"/\\!color=(\\#[0-9A-F]{6}|[a-z]+)~$uid\\!/si\" , [color=red]$text[/color] ;
$text = str_replace(\"!/color~$uid!\", $text);