medium
Extract Data from Text
Write a regex to extract email addresses.
📝 提示内容
Write a regular expression that extracts all valid email addresses from a block of text. Ensure it handles standard formats including subdomains and dots in the username. Provide the regex pattern and a brief explanation of how it works.