Input
Valid YouTube URL
Rule `valid_youtube_url`: Validates YouTube URL format.
Usage
Use for YouTube links.
$schema = \Lemonade\Framework\Validation\ValidationSchema::create()
->field('field', 'Field')
->youtubeUrl()
->end();
$result = $validator->validate($payload, $schema);
Stable rule name
valid_youtube_url for translations, registry lookup and per-rule messages.
Group
Network / URL