Skip to content

Instantly share code, notes, and snippets.

@sigidhanafi
Created April 20, 2022 15:46
Show Gist options
  • Save sigidhanafi/49fb153fca389f2830a68405996aefca to your computer and use it in GitHub Desktop.
Save sigidhanafi/49fb153fca389f2830a68405996aefca to your computer and use it in GitHub Desktop.
let urlString = "https://myiosapp.com"
let result = try! validateUrl(urlString: urlString)
// the result is always true or valid url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment