Validates that a value is a valid URL string.
type: string
default: This value is not a valid URL.
This message is shown if the URL is invalid.
Parameter | Description |
---|---|
{{ value }} | The current (invalid) value |
type: string
default: url_api
Current validation mode.
Available validation modes are:
regexp
url_api
html5
type: boolean
default: true
Trim provided value.