validate_url
Check whether a string is a well-formed http or https URL using syntax validation only, without making any network request.
Instructions
Validate that a string is a well-formed http/https URL (syntax check only; does not make a network request).
Args: url: The URL string to validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |