このパターン XXX@XXX.XXX の正規表現を構築するのに本当に助けが必要です
Starts with at least 3 char not @
then @ (only one)
at least 3 char that are not . or @
and than one .
than 3 char that are not . or @
これは私が遊んだものですが、うまくいきません
/^([a-zA-Z0-9._-]{3,})\.@([a-zA-Z0-9.-]{3,*})\.[a-zA-Z]{3,*}$/