intermediate
Regex Pattern Generator
Generates regular expressions based on specific text matching requirements.
📝 Conteúdo do Prompt
Write a regular expression that matches a standard email address format. It should allow for alphanumeric characters, dots, underscores, and percent signs in the local part, and require a domain name with a top-level domain of at least two letters.