Utilities Processed locally

Line Tools

Clean and transform line-based text in one pass: split, trim, strip comments, dedupe, sort, reverse, filter, change case, add prefix / suffix, number lines, and emit an output preset (plain, comma-joined, quoted, JSON array, SQL IN list). Options chain top-to-bottom, live as you type, and you choose whether the filter runs before or after the transforms — matching the line as pasted, or as rewritten. The Removed lines tab shows what was filtered out. Runs in your browser.

Advanced options

Auto-runs as you type. Operations chain top-to-bottom. Ctrl+Enter to re-run.

How to use the Line Tools (Clean & Transform)

A Swiss-army knife for line-based text: sort, dedupe, reverse, trim, prefix / suffix, quote, join with a delimiter, split into lines, number, change case, and remove empty lines. Use it to prepare a list of IDs for a SQL IN clause, clean up a CSV column, transform a list of file names for a shell script, deduplicate a log dump, or build a JSON array from a paste. Runs locally; nothing leaves your browser.

What it does

When to use it

How to use it

  1. Paste your text lines into the input box.
  2. Pick an operation (sort, dedupe, trim, prefix, quote, join, etc.) — results appear live.
  3. Chain operations: sort then dedupe then quote, for example, before copying out.
  4. Copy the result, or hand off to SQL IN Builder, List Comparator, or CSV Viewer.

Tips & pitfalls

FAQ

Runs locally in your browser. No uploads. Share links use an encrypted URL fragment.

Related guides