if(false !== str.indexOf('yandex.ru')) { ... }
var pos = str.indexOf('yandex.ru'); if(false !== pos) { ... }