regex - Notepad ++ How to remove most of the characters -
before :
email|text:7a email|text:4a email|text:8f email|text:34
after :
email|text email|text email|text email|text
how remove code after code :
in notepad ++
:.*$
try this.replace empty string
.see demo.
http://regex101.com/r/pq9bv3/27
regex notepad++
No comments:
Post a Comment