Tips Trick Notepad Plus

Created on 24 March, 2024Hint • 700 views

tips trick notepad plus collection

Delete everything after a number of characters in string in Notepad++

ANSWER

1. Do a Regex replace.Replace ^(.{14}).*$ with \1. Keep the . matches newline option unchecked.

2. In notepad++ you can use the find and replace function like this :

notepad.png