Task
How do skilled coders use regexes?
Feedback
Applications involve three steps.
- Define your regex (the search pattern)
- Choose the helper function from the re module that does what you want.
- Write code that does what you want.
Example: Finding all emails in text.