Notepad++ multiline regex
Next to the "Regular expression" selection in "Search Mode" there is a "matches newline" checkbox (according to @glatapoui it should be noted that this only works in Notepad++ v6, not in previous versions).
This expression <!--.+?(?<=[\*\r\n])-->
matched the multi-line comments only in Notepad++ as well.