v-number ( str -- n )
Form validators

Prev:v-required ( str -- str )
Next:v-integer ( str -- n )


Vocabulary
validators

Inputs
stra string


Outputs
na real


Word description
Converts the string into a real number, throwing a validation error if the string is not a valid real number.

Definition