v-optional ( str quot -- result )
Form validators

Prev:v-default ( str def -- str/def )
Next:v-min-length ( str n -- str )


Vocabulary
validators

Inputs
stra string
quota quotation


Outputs
resulta string


Word description
If the string is non-empty, applies the quotation to the string, otherwise outputs the empty string.

Definition