Documentation ¶
Overview ¶
Package url provides utilities for URL parsing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidURLScheme ¶
IsValidURLScheme checks if a string represents a valid URL scheme.
A valid url scheme is one that matches the regex [a-zA-Z][a-zA-Z0-9+\-\.]*.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.