-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://pydantic-docs.helpmanual.io) and still think…
-
NormalizeEmail wants to trim trailing periods: https://github.com/dchest/validator/blob/6e75c8ee02d3b9e46121fe1e0dbee699b5523ca3/email.go#L107-L108
But before it gets there, it calls IsValidEmail: …
-
I recently used this validator but found it did not support .car TLD. The company I work for recently purchased such a domain and we needed to allow valid email addresses with that TLD.
I needed to e…
-
If you intentionally raise ValueError, a field called ctx seems to be added. An example of pydantic v2 error object.
```
{'validation_error': {'body_params': [{'ctx': {'error': ValueError()}, …
-
I would like to give this to the people who are new and would like to start contributing to validator.js.
The current version in `isMobilePhone validation`, we have less than 195 phone validations …
-
```
What steps will reproduce the problem?
$email = 'siakjfafdahfdhssgfgfkfsfsj@gmail.com';
$SMTP_Validator = new SMTP_validateEmail();
$SMTP_Validator->debug = true;
$results = $SMTP_Validator->valid…
-
```
What steps will reproduce the problem?
$email = 'siakjfafdahfdhssgfgfkfsfsj@gmail.com';
$SMTP_Validator = new SMTP_validateEmail();
$SMTP_Validator->debug = true;
$results = $SMTP_Validator->valid…
-
Hi, while challenging our API with random input we noticed that the Email validator wasn't failing with a ValidationError when we give it the wrong input:
```
em = fe.validators.Email()
em.to_pytho…
-
Hello, I use this library for validation registration form. But, when I try to check two fields - password and confirmPassword to equality with "equals" rule, it works incorrectly.
Firslty, I saw the…
-
### Describe the bug
Attempts to validated: [Calabasas](https://www.cityofcalabasas.com/home/showpublisheddocument/31620/638611519891730000) but get "Error Processing Report".
I don't see anything…