79548158

Date: 2025-04-01 09:08:37
Score: 1.5
Natty:
Report link

we can use

'<[^@]+@([^>]+)>'

SQL:

SELECT id, substring(email_from from '<[^@]+@([^>]+)>') AS domain, body, date
FROM Table

Result:

hotmail.com
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: lucky kurniawan