check url

  1. Alexander Stolte

    Android Code Snippet [B4X] Check is URL

    Is not perfect, but most URLs should match it. https://stackoverflow.com/a/17773849 Private Sub isURL(url As String) As Boolean Return...
Top