[GH-ISSUE #101] Implement IsValid for UrlInfo() #53

Open
opened 2026-05-05 03:36:25 -06:00 by gitea-mirror · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#53
No description provided.