+matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
the literal (3210 / 408 / 2016)
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case insensitive)
the literal (3210 / 408 / 2016)
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case insensitive)
the literal (3210 / 408 / 2016)
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case insensitive)
the literal (3210 / 408 / 2016)
\d{4}a digit, repeated exactly 4 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
+matches at least one character from the set below:
-the literal - (4510 / 558 / 2D16)
\wany word character
.the literal . (4610 / 568 / 2E16)
+the literal + (4310 / 538 / 2B16)
@the literal @ (6410 / 1008 / 4016)
+matches at least one character from the set below:
-the literal - (4510 / 558 / 2D16)
\wany word character
.the literal . (4610 / 568 / 2E16)
+the literal + (4310 / 538 / 2B16)
\.the literal . (4610 / 568 / 2E16)
Character Class[a-zA-Z]{2,4} {2,4}matches between 2 and 4 characters from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
A-Zone character from A (6510) to Z (9010) (case insensitive)
the literal (3210 / 408 / 2016)
\d{4}a digit, repeated exactly 4 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
\d{4}a digit, repeated exactly 4 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
g modifier: global. Finds all matches instead of stopping after the first
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters