How to validate if input in input field has hexadecimal number only using express-validator ?
In HTML forms, we often required validation of different types. Validate existing email, validate password length, validate confirm password, validate to allow only integer inputs, these are some examples of validation. In a certain input field, only hexadecimal numbers are allowed. We can also vali