正则表达式:删除包含“帮助”等的行 - Regex: Remove lines containing “help”, etc

语言: CN / TW / HK

问题:

I have a long document of commands. 我有一个很长的命令文件。 Using Notepad++ or regex, I want to delete all lines containing "help" including keyboard_help, etc. 使用Notepad ++或regex,我想删除所有包含“help”的行,包括keyboard_help等。

How can this be done? 如何才能做到这一点?


解决方案:

参考一: http://stackoom.com/question/Oegy
参考二: Regex: Remove lines containing “help”, etc
「其他文章」