phpbar.de logo

Mailinglisten-Archive

[php] UBB per Regex umwandeln

[php] UBB per Regex umwandeln

Cyrill Schumacher php_(at)_phpcenter.de
Wed, 8 May 2002 17:22:47 +0200


> > Ich möchte das aus [u][b][i]Text[/i][/b][/u]
> > <u><b><i>Text</i></b></u> wird
>
> versuchs mal mit:
> $message = preg_replace("/\[b\](.*?)\[\/b\]/si", "<B>\\1</B>", $message);
> usw.

damit bekommst du alles. könnte man noch verfeinern damit
js möglich wird ...

preg_replace("=\[([^\]]+)\](.*?)\[\\[^\]]+\]=si", "<\\1>\\2</\\1>", $message);

kiri


php::bar PHP Wiki   -   Listenarchive