I have a regular expression that selects the text I need perfectly, and it containts a line break in it. I want to cut all lines matching this regular expression out of my document, so I use the "bookmark" function in Notepad++, however, it only bookmarks the first line matching the expression, here's an example.
[t]http://i.imgur.com/eNj7PhA.png[/t]
How do I make it bookmark all the selected lines?
Not a direct solution, but you could use the replace option and just leave the replace with field blank, or replace it with \n if it breaks formatting
[QUOTE=kaze4159;50568199]Not a direct solution, but you could use the replace option and just leave the replace with field blank, or replace it with \n if it breaks formatting[/QUOTE]
Thanks for the reply.
I need to cut the text, as in, "Cut" the function that also copies the data, before removing it
if you just need a hacky, one off workaround, you could use find+replace and substrings to add a specific word to the line you want, bookmark any lines containing it, then remove it after you've cut/pasted :v:
Not the most ideal solution but I'm not sure if there's a proper way to do it
Sorry, you need to Log In to post a reply to this thread.