Greetings everyone,
I have a pretty simple question…the complicated part of it is actually answering it…that’s what I think anyway…
I use the following script :
if(_root.input_txt.text.indexOf(“hello”)>=0) {
//do this & that
}
My question is whether it’s possible to make it un-case-sensitive without having to write every single variant of that letter combination (which is in this case the word hello)…
The reason I’m asking this is because sometimes if you write “Hello” with a capital H the whole thing does not work even though it’s basically the same…
Well, let’s hope at least one sane person understood what I wrote there :evil2:
Cheerz