<the literal < (6010 / 748 / 3C16)
\s?optionally matches any whitespace character
athe literal a (9710 / 1418 / 6116) (case sensitive)
\s?optionally matches any whitespace character
href="httpthe literal text href="http (case sensitive) s?optionally matches the literal s (11510 / 1638 / 7316) (case sensitive)
:the literal : (5810 / 728 / 3A16)
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
Group 2([\da-z\.-]+\.[a-z\.]{2,6}) Character Class[\da-z\.-]+ +matches at least one character from the set below:
\da digit
a-zone character from a (9710) to z (12210) (case sensitive)
\.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
\.the literal . (4610 / 568 / 2E16)
Character Class[a-z\.]{2,6} {2,6}matches between 2 and 6 characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
\.the literal . (4610 / 568 / 2E16)
\/the literal / (4710 / 578 / 2F16)
@the literal @ (6410 / 1008 / 4016)
Character Class[\/\w._-]* *matches any number of characters from the set below:
\/the literal / (4710 / 578 / 2F16)
\wany word character
.the literal . (4610 / 568 / 2E16)
_the literal _ (9510 / 1378 / 5F16)
-the literal - (4510 / 558 / 2D16)
"the literal " (3410 / 428 / 2216)
\s?optionally matches any whitespace character
.*any character (except for line terminators), repeated any number of times
<the literal < (6010 / 748 / 3C16)
\s?optionally matches any whitespace character
\/the literal / (4710 / 578 / 2F16)
\s?optionally matches any whitespace character
athe literal a (9710 / 1418 / 6116) (case sensitive)
\s?optionally matches any whitespace character
>the literal > (6210 / 768 / 3E16)