Translation - Μετάφραση
Resources, Technical Assistance and Technology News => Translator resources => Tips on Using Computers => Topic started by: spiros on 14 Sep, 2021, 18:33:57
-
Delete same cells in two columns (regex)
Find
^(.*?)\t\1\n
Replace with nothing
In two columns separated by tab.
This text:
some text | different text |
some more text | some more text |
some other text | different text |
Would become
some text | different text |
some other text | different text |