medium
Regex Email Validator
Create a regular expression to validate email addresses.
📝 Conteúdo do Prompt
Provide a regular expression that validates standard email addresses. Explain the character classes and quantifiers used in the pattern. Additionally, provide code snippets in Python and JavaScript that implement this regex to check if a string is a valid email format.