mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #101] Implement IsValid for UrlInfo() #53
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klugier on GitHub (Sep 28, 2022).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/101
Right now there is no way to determine whenever url is valid or not in accordance to RFC 3886. UrlInfo should has IsValid() method to handle such case.
Also, not happy that UrlInfo is just a struct instead of class.
More information on https://stackoverflow.com/questions/5717093/check-if-a-javascript-string-is-a-url.