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: [email protected]; [email protected]; [email protected]Expected result
[email protected]
[email protected]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.