To remove duplicate lines just press Ctrl + F, select the “Replace” tab and in the “Find” field, place: ^(.*?)$\s+?^(?=.*^\1$). In search mode check “Regular expression” and click on replace all.
相关文章
- ILJMALL project过程中遇到Fragment嵌套问题:IllegalArgumentException: Binary XML file line #23: Duplicate id
- How do I clean up my join_table and remove duplicate entries?
- Remove all spaces before a specific symbol/character in a text file using notepad++
- 如何将正则表达式用于$1的notepad++ [duplicate]
- notepad++ remove duplicate line
- How do I clean up my join_table and remove duplicate entries?
- pycharm的python console报错CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py", line 87, in init self.matchers.remove(self.python_matches) ValueError: list.remove(x): x not in list