Explode mit JavaScript ! Wie ?
jo
- javascript
0 onet0 jo
0 Knusperklumpen
Hallo,
Gibt es in JS ne möglichkeit eine Explode zu machen.
Muß ein String ZB:
$string="5-6-8-10" in ein Array wandeln
in PHP weiß ich es :
$c=explode("-",$string);
wie geht das in JS ?
danke
Hallo,
Gibt es in JS ne möglichkeit eine Explode zu machen.
Muß ein String ZB:
$string="5-6-8-10" in ein Array wandelnin PHP weiß ich es :
$c=explode("-",$string);
>
> wie geht das in JS ?
>
> danke
http://de.selfhtml.org/javascript/objekte/string.htm#split
Da stehts beschrieben!
onet
danke euch beiden
http://de.selfhtml.org/javascript/objekte/string.htm#split
Da stehts beschrieben!
onet
gruß jo
wie geht das in JS ?
Hi ... schau mal hier http://de.selfhtml.org/javascript/objekte/string.htm#split
mfg
Knusperklumpen