v-regexp ( str what regexp -- str )
Form validators

Prev:v-max-value ( x n -- x )
Next:v-required ( str -- str )


Vocabulary
validators

Inputs
stra string
whata string
regexpa regexp


Outputs
stra string


Word description
Throws a validation error that what failed if the string does not match the regular expression.

Definition