I want to know which character after a slash is considered a slash and creates a protocol
<a href="/$[chr]test.com/" id="test$[i]"></a>if(document.getElementById("test$[i]").host=="test.com"){log($[i])}<a href="//test.com/" id="test47"></a><a href="/\test.com/" id="test92"></a>