Verifique o caractere Ifhas no jQuery
<script>
function myFunction() {
var str = "Hello world, welcome to the universe.";
var n = str.includes("world");
document.getElementById("demo").innerHTML = n;
}
</script>
Homely Hare