Problem: Delete All Keyword “key1 key2 key3″ in Editplus
Key1 Key2 Key3 http://key1.domain.com/ Key4 Key5 Key6 http://key2.domain.com/
Solutions: use Tools “Editplus” function search/replace with option “Regular Expressions”
1. open file in “Editplus”
2. Menu > Search > Replace (Ctrl + h)
3. Find what: ^K[^]+n
4. Replace: blank (or more)
4. checkbox Regular expressions
5. click Replace All
Result :
http://key1.domain.com/ http://key2.domain.com/
Trick: if do you want delete url, step 3. use ^http://[^/]+/
Thank: P’Ball - http://ball6847.blogspot.com
Ref: http://editplus.info/wiki/Regular_expression_syntax
ps: .com[^]+
Editplus, Editplus Regex, Editplus Regular Expressions, Editplus ฟังก์ชันค้นหา, Editplus ลบกลุ่มคำ, Editplus ลบคำทั้งบรรทัด, Find, Find Replace Tools, Replace, Search, Search Replace Tools

