【小技巧】notepad正则

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

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

去重: ^(.*?)$\s+?^(?=.*^\1$)

posted @ 2021-03-17 08:41  加瓦加瓦  阅读(82)  评论(0)    收藏  举报