Input
Alpha Numeric Dash
Rule `alpha_numeric_dash`: Letters, numbers, underscore and dash.
Usage
Use for references.
$schema = \Lemonade\Framework\Validation\ValidationSchema::create()
->field('field', 'Field')
->custom('alpha_numeric_dash')
->end();
$result = $validator->validate($payload, $schema);
Stable rule name
alpha_numeric_dash for translations, registry lookup and per-rule messages.
Group
Format