FormValidation v0.8.1 is released, supports Bootstrap 4 alpha 3

uuid validator

Validate an UUID, support v3, v4, v5

Validators

Options

Option HTML attribute Type Description
message data-fv-uuid-message String The error message
version data-fv-uuid-version String The UUID version. Can be 3, 4, 5 or all default
When setting options via HTML attributes, remember to enable the validator by setting data-fv-uuid="true".
The message and other options can be updated on the fly via the updateMessage() and updateOption() methods

Related validators

The following validators might be useful to you: