Text Case Converter
Convert text to uppercase, lowercase, title case or sentence case instantly.
Remove repeated lines from lists and text locally while preserving the first occurrence order.
Your input is processed only as required by this tool.
Duplicate-line removal is useful for email lists, IDs, keywords, logs and copied datasets. This tool walks the text from top to bottom, keeps the first occurrence of each line and removes later duplicates without sending the list to a server.
Enable case-sensitive matching when `Example` and `example` should remain different entries. Disable it when capitalization should not create separate values.
The tool compares full lines and does not trim or normalize whitespace before matching. Values that differ only because of spaces therefore remain distinct unless cleaned first.
Yes. The first occurrence stays in place and only later duplicates are removed.
Yes. Disable case-sensitive matching to treat differently capitalized lines as duplicates.