Home > Development Tools > notepad > How to replace words with line breaks in notepad

How to replace words with line breaks in notepad

(*-*)浩
Release: 2019-08-03 13:49:54
Original
6499 people have browsed it

You can use Notepad, use the search and replace function, select the regular expression, enter the string you want to replace in the search target box, enter \r in the replace with box, and click Replace.

How to replace words with line breaks in notepad

This is a very powerful function. You can use it to replace any string in batches. For example, your link is 123 123 123 123. If there is no line break, you only need to search for \s and replace it with \r, then you can wrap all lines. \s represents a space. (Recommended learning: Use of notepad)

How to replace words with line breaks in notepad

The above is the detailed content of How to replace words with line breaks in notepad. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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
Latest Issues
Why is my hosts notepad blank?
From 1970-01-01 08:00:00
0
0
0
Teacher Notepad++ how to make prompt code
From 1970-01-01 08:00:00
0
0
0
Notepad++ will not use
From 1970-01-01 08:00:00
0
0
0
The contents of hosts notepad are incorrect
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template