JSFiddle - React, Tailwind, and code Playground
by aflynt
JavaScript
var str = 'https://soco365.sharepoint.com/sites/AFTGPC/Pages/Search.aspx?u=#k=genewo';
var result = /^https:\/\/soco365.sharepoint.com\/sites\/AFTGPC\/Pages\/Search.aspx\?u=#k=/.test(str);
alert("Hit");
var str = 'hello world!';
var result = /^hello/.test(str);
console.log(result); // true