Bootstrap 5 Form Validation Plugin Example

A jQuery & ES6 based form validation for Bootstrap 5 that enables you to validate form fields using Regex.

You input was validated. Great success!

I used the following RegEx patterns:

First name: /^[a-z ,.'-]+$/i

Last name: /^[a-z ,.'-]+$/i

Date of birth: /^[\d]{2}-[\d]{2}-[\d]{4}/i

Mobile number: /^(\+|\d)[0-9]{7,16}$/i

Land line = /^0[1-6]\d{1,2}\d{7}|^\+31[1-6]\d{1,2}\d{7}/i

IBAN = See explanation