Extract text blocks separated by semicolons

Please log in or register to do it.

This tool extracts text blocks separated by semicolons from your text. It splits the input text into distinct blocks using semicolons (;) as the delimiter. The tool offers flexible options so you can: • Extract every text block. • Extract only blocks that contain specified substring(s). • Extract all blocks except those containing specified substring(s). • Format each extracted block using a custom format. Additionally, you can choose to trim whitespace from each block, remove duplicate blocks, and sort the blocks alphabetically. Simply enter your text and select the extraction mode and settings that suit your needs.

Additional Settings:

Extraction Modes:


Splits the text at semicolons and extracts every resulting block.

Extracts only the text blocks that contain the specified substring(s). Enter a comma‑separated list (e.g., error, warning).

Extracts every text block except those that contain the specified substring(s). Enter a comma‑separated list (e.g., ignore, skip).

Formats each extracted text block using a custom format. Use {block} as a placeholder for the text block.

Examples:

Extract All Text Blocks

Splits the text at each semicolon and extracts all resulting blocks.

Before:
Error: File not found; Warning: Low battery; Info: Update available.
After:
Error: File not found
Warning: Low battery
Info: Update available

Extract Only Blocks Matching Specified Substrings

Only extracts blocks that contain the specified substring "Warning".

Before:
Error: File not found; Warning: Low battery; Info: Update available.
After (specifying "Warning"):
Warning: Low battery

Extract All Except Blocks Containing Specified Substrings

Extracts every block except those that contain the specified substring "Info".

Before:
Error: File not found; Warning: Low battery; Info: Update available.
After (excluding "Info"):
Error: File not found
Warning: Low battery

Extract Blocks with Custom Format

Each extracted text block is formatted using a custom format.

Before:
Alert: Overheating; Notice: Maintenance required.
After (format "Block: {block}"):
Block: Alert: Overheating
Block: Notice: Maintenance required.
Extract only words where the first and last letter are uppercase
Extract Snapchat usernames from text

Your email address will not be published. Required fields are marked *