JSFiddle - React, Tailwind, and code Playground
JavaScript
var data = "/";
var input = "/";
if(data.substring(0, input.length) === input)
alert("slash found");
else
alert("splash not found");
var data = "/";
var input = "/";
if(data.substring(0, input.length) === input)
alert("slash found");
else
alert("splash not found");