Hipster indexOf
var message = "hello, how are you Tal?"; if (~message.indexOf('Tal')) { console.log('found matching text'); }