PowerShell - String Operations
You want to extract all email addresses from a list of strings stored in
$lines. Which PowerShell snippet correctly uses -match and $matches to collect emails into $emails?