Tool Menu
Text Replace Add Prefix & Suffix Join & Split Lines Delete by Position Trim Spaces & Blank Lines Random Code Generator Duplicate Lines Remove Duplicates Split into Batches Batch Card Generator Serial Number Tool Shuffle & Sort

Delete by Position Tool

Batch-delete a run of characters at a fixed start position on every line. Positions start at 0.

How to use

Steps

  1. Enter the position to start deleting from in "Start position (from 0)" — for example, 0 starts at the first character of each line.
  2. Enter how many characters to delete in "Number of characters to delete".
  3. Paste your cards into the input, one per line.
  4. Click "Delete". The result appears on the right — copy it or export as TXT.

FAQ

Q: Does the position start from 0 or 1?

A: From 0 — the first character of each line is position 0.

Q: Is every line deleted at the same position?

A: Yes. All lines are processed with the same start position and count, which is great for removing fixed fields from cards in bulk.

Q: What if I enter invalid parameters?

A: If the start position is less than 0 or the count is 0 or less, that line is left unchanged — nothing is deleted by mistake.