We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cac7b1 commit c07d8eaCopy full SHA for c07d8ea
README.md
@@ -140,6 +140,8 @@ public class Main {
140
}
141
142
public static void validateEmailExample() {
143
+ // IMPORTANT: validDomains can not be used with validDomainsList, you can use only one of them
144
+
145
// Basic email validation
146
boolean isValid = Validate.validateEmail("[email protected]");
147
System.out.println("Is valid: " + isValid); // Expected: true
0 commit comments