nfdi4plants / arc-validate

Home of all the tools and libraries to create and run validation of ARCs

Home Page:https://nfdi4plants.github.io/arc-validate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email address must be in correct format

omaus opened this issue · comments

Atm., the pipeline only looks for persons with present email addresses but since Invenio cannot parse emails in incorrect formats (e.g. "myName[at]server.domain") or text that is no email at all, we must implement a check for valid email format (i.e. "@.")

CC: @Zerskk

is this still relevant @omaus?

To me, this looks fixed... @kMutagene

let email = Regex(@"^[^@\s]+@[^@\s]+\.[^@\s]+$")