hi,
hier mal eine einfache Funktion ohne reguläre Ausdrücke.
[...]
$string = preg_replace("#[b](.+?)[/b]#is", "<b>\1</b>", $string);
ähm, was glaubst du denn, was preg_replace macht, wenn nicht reguläre ausdrücke als suchmuster verwenden ...?
gruß,
wahsaga
--
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."