mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
cmStringAlgorithms: Add cmRemoveQuotes
- Add `cmRemoveQuotes` function to cmStringAlgorithms - Remove unused removeQuotes inline functions
This commit is contained in:
@@ -41,6 +41,9 @@ inline bool cmIsSpace(char ch)
|
||||
/** Returns a string that has whitespace removed from the start and the end. */
|
||||
std::string cmTrimWhitespace(cm::string_view str);
|
||||
|
||||
/** Returns a string that has quotes removed from the start and the end. */
|
||||
std::string cmRemoveQuotes(cm::string_view str);
|
||||
|
||||
/** Escape quotes in a string. */
|
||||
std::string cmEscapeQuotes(cm::string_view str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user