1. Extracting Contact Details from Text
Data AnalystBackground
You have a large text file containing customer inquiries and need to pull out all email addresses and phone numbers for follow-up.
Problem
Manually searching for each type of contact information is time-consuming and prone to missing entries.
How to use
Paste the text into the Text Input field. In Patterns, enter: Email|\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}\b|gi and Phone|\b\d{3}-\d{3}-\d{4}\b|g
Outcome
The tool returns a JSON object with all found emails and phone numbers, labeled and sorted by frequency, enabling quick export or analysis.