Checks if a URL string can be parsed. The input must be a null-terminated C string (ASCII or UTF-8).
The URL string to check.
The length of the input string.
true if the URL can be parsed, false otherwise.
See Implementation
Checks if a URL string can be parsed. The input must be a null-terminated C string (ASCII or UTF-8).