M
Martin Nadoll
Hi,
i want tofind out, whether the string: <!-- Flash --> is found in my string.
i tried:
var iz='anything here, than <!-- Flash --> and than anything here';
cflash = iz.match(/-- Flash --/g);
if (cflash) {
alert('found');
}
but it is not found :-(
Thanks for any help on that,
Martin Nadoll
i want tofind out, whether the string: <!-- Flash --> is found in my string.
i tried:
var iz='anything here, than <!-- Flash --> and than anything here';
cflash = iz.match(/-- Flash --/g);
if (cflash) {
alert('found');
}
but it is not found :-(
Thanks for any help on that,
Martin Nadoll