validation_is_url
Determine whether a string is a valid URL with an http or https scheme, helping you validate user input before processing or storing links.
Instructions
Check whether a string is a valid URL with http or https scheme.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |