TextMiner – Text Data Extractor

Easily extract emails, phone numbers, URLs, or custom patterns from text.

Text Data Extractor

Example Inputs

Pattern Reference

email

Standard email addresses

user@example.com

phone

Phone numbers in various formats

+1 (555) 123-4567

url

Web URLs (http/https)

https://example.com

Custom Regex Examples

Postal Code

UK postal codes

Pattern: \b[A-Z]{1,2}\d[A-Z0-9]? ?\d[A-Z]{2}\b

Example: SW1A 1AA

Social Security

US Social Security Numbers

Pattern: \b\d{3}-\d{2}-\d{4}\b

Example: 123-45-6789

IP Address

IPv4 addresses

Pattern: \b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b

Example: 192.168.1.1

Date

ISO format dates (YYYY-MM-DD)

Pattern: \b\d{4}-\d{2}-\d{2}\b

Example: 2024-02-16

Credit Card

Credit card numbers with separators

Pattern: \b\d{4}[- ]\d{4}[- ]\d{4}[- ]\d{4}\b

Example: 1234-5678-9012-3456

Key Features of TextMiner

Extract structured data with advanced options.

Email Extraction

Extract all email addresses from text.

Phone Number Extraction

Find and extract phone numbers in various formats.

URL Extraction

Identify and extract all URLs from text.

Custom Patterns

Use regex to extract custom data patterns.

Export Options

Download extracted data as .txt or .csv files.

How to Use the TextMiner – Text Data Extractor

Step 1

Paste text or upload a file for extraction.

Step 2

Select data types to extract (emails, phones, URLs, custom regex).

Step 3

Run the extraction to display results instantly.

Step 4

Copy or download extracted data as .txt or .csv.

Frequently Asked Questions