diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index df5d2d5..87f63c7 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -79,6 +79,12 @@ public: static std::string EscapeSpaces(const char*); /** + * Return a string equivalent to the input string, but with all " replaced + * with \" to escape the quote + */ + static std::string EscapeQuotes(const char*); + + /** * Return a capitalized string (i.e the first letter is uppercased, all other * are lowercased). */ |