Code:
/^[a-zA-Z0-9][a-zA-Z0-9-]{1,61}[a-zA-Z0-9]\.[a-zA-Z]{2,}$/
Erster Google Treffer.
Characters should only be a-z | A-Z | 0-9 and period(.) and dash(-)
The domain name part should not start or end with dash (-) (e.g. -google-.com)
The domain name part should be between 1 and 63 characters long
ggf. regex101.com testen