For the coder in you ...
Posted: Sat Jan 07, 2006 7:50 pm
I kind like this one myself ...
Cross Posted from feedback forum, figured you guys would want this feature!
KB
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);
KB