How to use
Each line is one item. Optionally ignore surrounding whitespace or case, or remove blank lines, then choose Remove duplicates. The first occurrence is retained.
Example
Three lines A, B, A become two lines A, B.
Remove duplicate lines while keeping the first occurrence and original order.
Each line is one item. Optionally ignore surrounding whitespace or case, or remove blank lines, then choose Remove duplicates. The first occurrence is retained.
Three lines A, B, A become two lines A, B.
Ignoring surrounding whitespace affects comparison only; the retained text is unchanged. Line endings become LF. Results remain in their original order and are not sorted.
Why are Apple and apple both present? Exact comparison is the default. Enable Ignore case to treat them as the same value.