-
Hi Eduardo,
Over at [email-rfc2822-validator](https://github.com/bbottema/email-rfc2822-validator) we are looking at EmailValidator4J with great interest. Our approach is a time-tested comprehensiv…
-
Remove all emails except the one used in a lead's underlying intent event.
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
**Description:**
**Form Validator** is a simple web application designed to validate user inputs in various types of forms, ensuring the correct format and structure of data before submission.
**V…
-
One of my customers tried to register with an email with a dash '-' and this is invalid according to the validater
RE r = new RE("^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-…
-
**Feature Title: Validation Failure Hooks**
Introduce hooks that trigger custom logic when validation fails, such as logging errors, sending notifications, or executing fallback logic.
### Detai…
-
### Steps to reproduce
So the problem is that if we deviate from the normal structure:
***1
[Email textfield]
[Password textfield]
To something like this:
***2
[Email textfield]
[Passw…
-
I find this kind of implementation more straight forward than the current one
https://github.com/apache/commons-validator/blob/master/src/main/java/org/apache/commons/validator/routines/EmailValidato…
-
Heya, after testing a potential fix related to [this issue](https://github.com/SpaceApi/directory/pull/250), I noticed that the validator showed no feedback in the UI when it failed to pass the data f…
-
```rust
use serde::Deserialize;
// A trait that the Validate derive will impl
use validator::Validate;
#[derive(Debug, Validate, Deserialize)]
struct SignupData {
#[validate]
contact_de…