phpbar.de logo

Mailinglisten-Archive

[php] OT: Mal wieder PRegs ;-)

[php] OT: Mal wieder PRegs ;-)

Andreas Lange php_(at)_phpcenter.de
Mon, 24 Jun 2002 16:32:07 +0200


> >eine bequeme und schnelle PHP-Lösung wäre allerdings auch ok ;-)
>
> >$content = preg_replace('#(\n{3,})#s',"\n\n",$content);
>
> Hi Andreas,
>
> >PS: Wie oben schon erwähnt, eine schnelle! PHP Version wär
> auch nicht
> >schlecht.
>
> Wenns hinten steht:
>
> $content = trim ($content)."\\n\\n";

Wird schon vorher gemacht ... aber hilft leider nicht mitten drin.

while(strpos($content,"\n\n\n")>0) {
	$content = str_replace("\n\n\n","\n\n",$content);
}

das funktioniert zwar, ist aber "lahm" ...

Andreas

> MFG Wolfgang


php::bar PHP Wiki   -   Listenarchive