v-required ( str -- str )
Form validators

Prev:v-regexp ( str what regexp -- str )
Next:v-number ( str -- n )


Vocabulary
validators

Inputs
stra string


Outputs
stra string


Word description
Throws a validation error if the string is empty.

Definition