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 d60813e commit 23a0431Copy full SHA for 23a0431
README.md
@@ -478,7 +478,7 @@ line. And because of `m` flag now regular expression engine matches pattern at t
478
* *Alpha-numeric characters*: `^[a-zA-Z0-9]*$`
479
* *Alpha-numeric characters with spaces*: `^[a-zA-Z0-9 ]*$`
480
* *Password*: `^(?=^.{6,}$)((?=.*[A-Za-z0-9])(?=.*[A-Z])(?=.*[a-z]))^.*$`
481
-* *email*: `^([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4})*$`
+* *email*: `^([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,})*$`
482
* *IPv4 address*: `^((?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))*$`
483
* *Lowercase letters only*: `^([a-z])*$`
484
* *Uppercase letters only*: `^([A-Z])*$`
0 commit comments