2011-08-24

notepad++ 5.9 release saves the day (non greedy regex)

I urgently needed non greedy regex, but notepad++ 5.5 did not support it and I have not been able to find the right regex that works.

But the new Version 5.9.x supports and now it saved me a lot of headaches!

_.*?;

This will match the first until the first semicolon after underscore and not the last !!