• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
logo Online Tools
9 Comments Favorite Copy Link Share

Duplicate Text Remove Online


Duplicate Text Remove Online-summary

Online text de duplication tool to remove globally repeated lines or continuous repeated lines. Support custom line split characters, whether to remove the blank space at the beginning and end of the line and other custom parameters.

Duplicate Text Remove Online-instructions
  1. The default de duplication parameter is : Remove all duplicate lines in the input content (duplicate lines are not required to be continuous), use newline separation for input and results, automatically remove blank characters at the beginning and end of the line, remove blank lines, and retain the line order of the input content.
  2. Custom :
    1. Mode : Choose whether to remove all duplicate lines or only those that appear consecutively.
    2. Input Split : Use the input split to split the input into multiple lines of text. Default use\n(newline). You can also use other characters. Such as,, (space).
    3. Result Split : Use the result split to convert the multiple lines of text (after de duplication) into the result.Default use \n(newline), You can also use other characters. Such as,, (space).
    4. Trim Line : Whether to automatically remove the blank at the beginning and end of the line and then compare whether the text line is duplicated.
    5. Empty Line : Select how to handle blank lines in the input. Delete - Delete all blank lines in the input. Deduplicate - Blank lines are processed according to the de duplication rules. Preserve - Keep all blank lines.
    6. Order : Select whether to sort the processing results.
  3. Open File : Open the local text file, and the supported file encoding is UTF-8. If your file is not encoded like this, you can open it in another editor and copy it into the input.
  4. Download : Download the processing results locally.
  5. Use Example:
    1. Remove duplicated words : The parameters used are Mode - Remove All Duplicate Lines, Input Split - ,, Result Split - ,, Trim Line - Yes, Empty Line - Delete, Order - No Order.
      Input : dog,cat,fish,cat,cow
      Output : dog,cat,fish,cow
    2. Remove duplicate text lines and sort : The parameters used are Mode - Remove All Duplicate Lines, Input Split - \n(newline), Result Split - \n(newline), Trim Line - Yes, Empty Line - Delete, Sort - Asc.
      Input
      aword
      hello
           love
      
      cat
      zero
      hello

      Output
      aword
      hello
      love
      cat
      zero