noch eine Antwort, bitte
Hallo Vb1988,
im Prinzip so:
test = "Hallo du da da";
weg = /da/g;
alert(test + " | " + test.replace(weg, ""));
Grüße, Martl
(Wenn Plan A nicht funktioniert: Keine Panik, das Alphabet hat noch weitere 25 Buchstaben)
noch eine Antwort, bitte
Hallo Vb1988,
im Prinzip so:
test = "Hallo du da da";
weg = /da/g;
alert(test + " | " + test.replace(weg, ""));
Grüße, Martl
(Wenn Plan A nicht funktioniert: Keine Panik, das Alphabet hat noch weitere 25 Buchstaben)