devarajc
Results
1
issues of
devarajc
I have an issue to validating the URL For an example var url = "http://localhost:4001//app**//**test#//dash//Dashboard1" ``` if (validUrl.isUri(url)){ console.log('Looks like an URI'); } else { console.log('Not a URI'); } ```...