[code language=”javascript”]
var s = "foo";
alert(s.indexOf("oo") > -1);
[/code]
0 people found this article useful
0 people found this article useful
[code language=”javascript”]
var s = "foo";
alert(s.indexOf("oo") > -1);
[/code]
0 people found this article useful
0 people found this article useful