Create a Regular Expression (Regex) for the following requirement:
Requirement: {{requirement}}
Flavor: {{flavor}}
Provide:
- The Regex pattern.
- Explanation of each part of the pattern.
- Examples of strings that MATCH.
- Examples of strings that DO NOT MATCH.
Variables 2
Requirement
e.g., Validate email address{{requirement}}Regex Flavor
e.g., PCRE, JavaScript, Python{{flavor}}You are a senior developer and regex wizard.