phpbar.de logo

Mailinglisten-Archive

[php] Boundary abmatchen?

[php] Boundary abmatchen?

Franz Graf fg_(at)_locked.de
Tue, 11 Jul 2000 12:52:35 +0200


Laura Reising schrieb:
> Ein String kann eine der folgeden Formen haben:
> 
> boundary = be46f31c4e02f1f36afe66b7877743440
> boundary=be46f31c4e02f1f36afe66b7877743440
> boundary="be46f31c4e02f1f36afe66b7877743440"
> boundary = "be46f31c4e02f1f36afe66b7877743440"
> 
> Ich möchte verständlicherweise haben:
> be46f31c4e02f1f36afe66b7877743440

Folgendes Testscript tuts bei mir:
$x[] = 'boundary = be46f31c4e02f1f36afe66b7877743440';
$x[] = 'boundary=be46f31c4e02f1f36afe66b7877743440';
$x[] = 'boundary="be46f31c4e02f1f36afe66b7877743440"';
$x[] = 'boundary = "be46f31c4e02f1f36afe66b7877743440"';
while( list(,$val) = each($x) ){
  unset($y);
  preg_match('/=\s?"?(\w+)/i',$val,$y);
  echo $y[1]."<BR>";
}

Franz
-- 
Franz Graf
fg_(at)_locked.de
http://www.Locked.de


php::bar PHP Wiki   -   Listenarchive