Remove duplicate lines from your text while preserving the original order. Perfect for cleaning up lists, data files, and removing redundant content.
The tool compares each line of text and removes exact duplicates while preserving the first occurrence of each unique line. The original order is maintained.
Case sensitive treats "Apple" and "apple" as different lines. Case insensitive treats them as duplicates and removes one of them.
Empty lines are treated like any other line. If you have multiple empty lines, only the first one will be kept unless you want all empty lines removed.