notepad正则

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

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

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

发表新评论