var str = "This is an Example";
alert(str.match("example"));
var str = "This is an Example";
alert(str.match("example"));
Reveal answer
Fill a bubble to check yourself
var str = "This is an Example";
alert(str.match("example"));