let str = 'http// abcdef.html'; console.log(str.indexOf('http//') === 0); console.log(str.lastIndexOf('.html') === str.length - 5);