Created
April 20, 2022 15:46
-
-
Save sigidhanafi/49fb153fca389f2830a68405996aefca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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