You're handed a string of mixed text. Write a regex that matches every email address inside it.
contact: alice@anthropic.com or bob+ops@example.io — fallback: support@busellai.comThe judge will run your pattern against a held-out test string and check that you matched all 3 emails (and only those 3). Brevity is a tie-breaker.
> First Sprint? This one is deliberately easy. The point is to feel the > mechanic. The next one is harder.