Scans text and extracts all recognised date patterns — ISO 8601 (2024-01-15), US format (01/15/2024), UK format (15/01/2024), written dates (January 15, 2024), and short forms (15 Jan 2024). Returns each unique date found, along with its position in the text.
Paste any document containing dates and extract them all in seconds — useful for data cleaning, log parsing, and compliance work. For extracting other structured data types, the RegExp Matches Extractor lets you define custom patterns.
Mixed formats
Input
Meeting on 2024-01-15. Follow up January 20, 2024.
Output
2024-01-15 January 20, 2024
Extract all regex pattern matches from a block of text.
Extract all IPv4 and IPv6 addresses from text or logs.
Extract all numbers (integers and decimals) from text.
Convert Unix timestamps to human-readable dates and vice versa.
Extract all email addresses from any block of text.
Extract all hashtags from social media posts or any text.