Home  >  Article  >  Development Tools  >  How to automatically wrap lines in Notepad

How to automatically wrap lines in Notepad

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-08 15:29:5915737browse

How to automatically wrap lines in Notepad

How to automatically wrap lines in notepad?

Step one: Let’s open an interface first.

How to automatically wrap lines in Notepad

Step 2: Find the view at the top of the software.

How to automatically wrap lines in Notepad

Related recommendations: "Notepad usage graphic tutorial"

Step 3: Click on the view and you will see a Automatic line wrapping, of course, you can also use the shortcut key ctrl W or directly set automatic line wrapping.

How to automatically wrap lines in Notepad

# Then I will tell you how to replace a string with a newline in notepad.
Step one: Let’s return to the main interface and find “Search” at the top of the software interface.

How to automatically wrap lines in Notepad

Step 2: On "Search", find Replace.

How to automatically wrap lines in Notepad

Step 3: Use the find and replace function, select the regular expression, enter the string you want to replace in the search target box, and enter\r in the replace with box , click Replace. This is a very powerful function. You can use it to replace any string in batches. For example, if your link is 123 123> ; 123 123 If there is no line break, you just need to search for \s and replace it with \r, then you can wrap all lines, and \s represents a space.

How to automatically wrap lines in Notepad

The above is the detailed content of How to automatically wrap lines in Notepad. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Can notepad write bat?Next article:Can notepad write bat?