if (str.indexOf("Yes") >= 0) //case insensitive version if (str.toLowerCase().indexOf("yes") >= 0)
$( "div:contains( 'hello' )" )