Remove Duplicate Lines
Remove duplicate lines from text while keeping the original order.
Original lines
0
Output lines
0
Removed
0
Result—
Example: A\nA\nB → A\nB
Formula
Keep first occurrence of each line → remove the rest
Remove duplicate lines from text while keeping the original order.