Has Prefix

Examples in JavaScript
var str = "Hello world";
console.log(str.startsWith("Hello"));