Is there's a way to bookmark all lines that are over a certain length in Notepad++?
For example, I'm trying to bookmark all lines that have over 15 characters.
There is an easy way to perform this.
Go to Search > Find... > Select the Mark Tab. Make sure you have Regular expression checked under the Search Mode box and make sure you check the Bookmark Line box.
You want to search for the following, still being under the Mark tab.
Find what: ^.{15,}
Finally, click Mark All which bookmarks the lines that have 15
characters or more.
Example:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With