Standard C++ method for validating a URLs format?
- by Jakobud
Is there a easy standards-compliant way to check if a URL string is a valid format? Either through a specific URL-type class or maybe someone could show me how to do a regex validation of it?