--- code/trunk/pcrecpp.h 2008/01/21 14:57:19 308 +++ code/trunk/pcrecpp.h 2008/03/08 17:24:02 326 @@ -620,6 +620,9 @@ // 1.5-2.0? // may become: // 1\.5\-2\.0\? + // Note QuoteMeta behaves the same as perl's QuoteMeta function, + // *except* that it escapes the NUL character (\0) as backslash + 0, + // rather than backslash + NUL. static string QuoteMeta(const StringPiece& unquoted);