Home > Development Tools > notepad > body text

How to automatically wrap lines in Notepad

爱喝马黛茶的安东尼
Release: 2019-08-08 15:29:59
Original
15727 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!