Skip to content

Extract unique email addresses

Find email addresses in prose, sort them, and remove duplicates.

Install in Serialize

What it can do

  • Find addresses inside prose
  • Sort results
  • Remove repeated values

How the recipe works

Extract email addresses

Match email-address syntax and emit a clean unique list.

Demonstration

Sample input

Owners: ada@example.test; ops@example.test; ada@example.test

Expected result

ada@example.test
ops@example.test

When to use it

  • Contact-list cleanup
  • Case-note review
  • Data-quality checks

Adapt it

Use synthetic or authorized data; addresses can be personal information.

Source and verification

Adapted from GCHQ CyberChef project and examples. The explanation and sample are written for Serialize, use synthetic or documentation-safe data, and are checked against the current operation catalogue. The workflow runs locally without an external API call.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close