379 B
379 B
I have written my email in BNF:
my_email ::= user "@" domain
user ::= "reynir"
domain ::= subdomain "." TLD
subdomain ::= "reynir"
TLD ::= "dk"
People say you shouldn’t put your email in plaintext on websites, because crawlers will find it and send you SPAM - and no one likes that!