Help Panel

A collection of small, practical text utilities to help you clean, format and transform strings, lists and CSV data quickly. Try any tool to transform your input and copy the result with one click.

🔹

Comma Separator

Split text by a chosen separator (space, comma, semicolon, newline or custom) and join by another separator. Supports custom separators and escape sequences (\n, \t).

🔹

Remove Duplicates

Remove duplicate items from a list while preserving order (or optionally sort afterwards).

🔹

Sort List

Sort lists alphabetically or numerically, ascending or descending. Works with custom separators.

🔹

Unique List

Produce a list with only unique values (optionally case-insensitive) and optionally keep the original order.

🔹

Line Formatter

Format multi-line input (trim, bullet points, numbering, or convert to a single line).

🔹

Array → Comma-separated JSON

Convert arrays or list input into JSON arrays and back, useful for quickly generating valid JSON from CSV or lists.

🔹

Slug Generator

Generate URL-friendly slugs from titles or phrases, with options for lowercasing, replacement character, and trimming.

🔹

Keyword Extractor

Extract important keywords from text using frequency analysis or simple heuristics, with stop-word filtering.

🔹

CSV Column Extractor

Extract specific columns from CSV input by header name or index — useful for building lists from exported data.