Hallo hanns.
ich habe in einem dokument mehrere strings der form:
dddddddxxhhhh. also die ddddddd-komponente und die hhhh-komponente
sind immer identisch, nur das xx variiert, weil es eine zahl ist.nun möchte ich NUR die xx kompentente durch xxbbb ersetzen, wobei
bbb immer etwas konstantes ist ... wie kann ich das machen???
$str_deine_zeichenkette = 'dddddddxxhhhh';
$str_deine_zeichenkette = [link:http://de2.php.net/manual/en/function.str-replace.php@title=str_replace]('hhhh', 'bbbhhhh', $str_deine_zeichenkette);
echo $str_deine_zeichenkette; // dddddddxxbbbhhhh
Einen schönen Freitag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]