duplicate_line_remover
Remove duplicate lines from text with optional case-insensitive matching and sorting.
Instructions
Remove duplicate lines from text, optionally case-insensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text with potentially duplicate lines | |
| case_sensitive | No | Treat lines as case-sensitive | |
| sort | No | Sort the resulting unique lines |