开发者

notepad++ remove character 10 to 20 for example

开发者 https://www.devze.com 2023-01-16 14:24 出处:网络
How to remov开发者_运维技巧e for example character 10 to 20 in every new line? For example: original line:

How to remov开发者_运维技巧e for example character 10 to 20 in every new line?

For example:

original line:

<div id="dot"><a id="69149d5ac2-3"  href="

Must look like:

<div id="dot"><a href="


Hold down Alt and drag with mouse. Then hit Delete. Done!

notepad++ remove character 10 to 20 for example

This works in a handful of apps: Visual Studio 2010, Word, and more.


You could also use Macros. but p.campbell's method is awesome.

0

精彩评论

暂无评论...
验证码 换一张
取 消