Delete same cells in two columns (regex)

spiros

  • Administrator
  • Hero Member
  • *****
    • Posts: 854562
    • Gender:Male
  • point d’amour
Delete same cells in two columns (regex)

Find
Code: [Select]
^(.*?)\t\1\nReplace with nothing

In two columns separated by tab.

This text:
some textdifferent text
some more textsome more text
some other textdifferent text

Would become
some textdifferent text
some other textdifferent text


 

Search Tools