v-default ( str def -- str/def )
Form validators

Next:v-optional ( str quot -- result )


Vocabulary
validators

Inputs
stra string
defa string


Outputs
str/defa string


Word description
If the input string is not specified, replaces it with the default value.

Definition