# email

# email validate

check if the input is an email.

bool email(string str)
email("lorem@example.co.uk")
// true
Last Updated: 7/16/2020, 11:00:33 PM