Tips Trick Notepad Plus
Created on 24 March, 2024 • Hint • 3,820 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 :
Popular posts
-
-
Tips Trick Notepad PlusHint • 3,819 views