Parent Directory
|
Revision Log
|
Patch
revision 308 by ph10, Mon Jan 21 14:57:19 2008 UTC | revision 326 by ph10, Sat Mar 8 17:24:02 2008 UTC | |
---|---|---|
# | Line 620 class PCRECPP_EXP_DEFN RE { | Line 620 class PCRECPP_EXP_DEFN RE { |
620 | // 1.5-2.0? | // 1.5-2.0? |
621 | // may become: | // may become: |
622 | // 1\.5\-2\.0\? | // 1\.5\-2\.0\? |
623 | // Note QuoteMeta behaves the same as perl's QuoteMeta function, | |
624 | // *except* that it escapes the NUL character (\0) as backslash + 0, | |
625 | // rather than backslash + NUL. | |
626 | static string QuoteMeta(const StringPiece& unquoted); | static string QuoteMeta(const StringPiece& unquoted); |
627 | ||
628 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |