url()
Validates that the string is a valid URL.
url(error?: StringConvertible): this;
Parameters
- error — Custom error message.
Return value
This builder, for chaining.
Related
interface Schema.StringBuilder static
A validation builder for string values.
