Duplicate Line Remover

Remove duplicate lines from text while preserving the order of first occurrences.

Input
Result

Frequently Asked Questions

Does it preserve order?

Yes, the first occurrence of each line is kept in its original position. Only subsequent duplicates are removed.

Is the comparison case-sensitive?

Yes, the comparison is case-sensitive. 'Hello' and 'hello' are treated as different lines.