MAmsTricks
Providing JSP, Servlet, JAVA, JavaScript, HTML, CSS, C#, C++, Python Tutorials
Pages
(Move to ...)
Home
About
Contact
▼
Monday, 5 November 2018
To remove odd lines from notepad++
Open the replace dialog (Ctrl + H)
Select "Regular expression"
Find what: .+\r\n(.+(\r\n|$))
Replace with: $1
Press "Replace All"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment