phpbar.de logo

Mailinglisten-Archive

[php] pcre denkaufgabe

[php] pcre denkaufgabe

Roland Tapken tapken_(at)_engter.de
Sun, 25 Feb 2001 18:47:49 +0100


>preg_match( "#^\)\s*-\s*([\w].)\s*</.*>$#msi", $str, $match );
>oder
>preg_match( "#^\)\s*-\s*(.*)\s*</.*>$#msiU", $str, $match );
>Ich würde die erste möglichkeit empfehlen.

Äh... da hat wohl keiner meine Schludrigkeit bemerkt. Die erste Lösung
funktioniert so nicht. Hier ist die richtige Version:

preg_match( "#^\)\s*-\s*([\w]*)\s*</.*>$#msi", $str, $match );

.

cu, Roland
-- 
tapken_(at)_engter.de
-ICQ#: 18715473-------------------------
       It's only a papermoon.
----------------------------------------




php::bar PHP Wiki   -   Listenarchive