"Notepad++ regular expressions use the standard PCRE (Perl) syntax, only departing from it in very minor ways. "
(From the Notepad ++ wiki)
So it should be all but identical.
From the PCRE website:
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5
|