var str = "foobar" var regex = /foo/g; if (str.search(regex) !== -1) { alert("string conains foo!") }