utility_url_parser
Parses a URL string to extract protocol, hostname, port, pathname, search parameters, and hash components.
Instructions
Parse a URL string into its component parts (protocol, hostname, port, pathname, search params, hash).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL string to parse. |