notepad++正则表达式删除所有行某字符开始之前或者之后所有字符

删除S 之后的所有字符用:s.*$

删除S 之前的所有字符用:^.*s

posted @ 2018-11-02 11:43  Byrd  阅读(6588)  评论(0编辑  收藏  举报