I need to find certain characters and want to replace them only for the first 100 lines. Is there any easy way to do this in Notepad++ or editplus?
Asked
Active
Viewed 137 times
1 Answers
0
In Notepad++ you should be able to just highlight the first 100 lines, and then do a replacement on the selection. For instance, to replace A
with a
, just highlight your lines and then use:
Find: A
Replace: a

Tim Biegeleisen
- 502,043
- 27
- 286
- 360
-
thanks. it works! Will accept your answer in 10 min as it doesn't allows me to accept now – user3384231 Apr 23 '21 at 08:16