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
- Enter the position to start deleting from in "Start position (from 0)" — for example, 0 starts at the first character of each line.
- Enter how many characters to delete in "Number of characters to delete".
- Paste your cards into the input, one per line.
- 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.