• Notepad++ REGEX exclude
    5 replies, posted
I need a way to search for every single line [B]EXCEPT[/B] lines that start with <i I can get every line with ^.+ but I can't seem to exclude the <i I've tried ^.+(?!<i), but that didn't work.
why do yo need to find any line that doesn't start with <i there may be an easier way around this
I still really need this.
I managed to solve it with a simple python script.
glad we could help
Another issue solved by the mighty Facepunch!
Sorry, you need to Log In to post a reply to this thread.