Skip to content

Commit c07d8ea

Browse files
committed
chore: Update email validation example in Main class
1 parent 1cac7b1 commit c07d8ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ public class Main {
140140
}
141141

142142
public static void validateEmailExample() {
143+
// IMPORTANT: validDomains can not be used with validDomainsList, you can use only one of them
144+
143145
// Basic email validation
144146
boolean isValid = Validate.validateEmail("[email protected]");
145147
System.out.println("Is valid: " + isValid); // Expected: true

0 commit comments

Comments
 (0)