Comment: entweder eine Domain:
Atomic Group(?>[a-z\d-]{1,63}\.)* *repeats the group contents below any number of times:
Character Class[a-z\d-]{1,63} {1,63}matches between 1 and 63 characters from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
\da digit
-the literal - (4510 / 558 / 2D16)
\.the literal . (4610 / 568 / 2E16)
\Kresets the starting point of the reported match. Any previously consumed characters are no longer included in the final match
Comment: Subdomains größer als Level 2
Character Class[a-z\d-]{1,63} {1,63}matches between 1 and 63 characters from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
\da digit
-the literal - (4510 / 558 / 2D16)
\.the literal . (4610 / 568 / 2E16)
Character Class[a-z]{1,23} {1,23}matches between 1 and 23 characters from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
Comment: die eigentliche TLD + eine SubDomain