Validate Email Using Regex

Validate email format specifically through regex on a string.

PythonIntermediate