Changeset 994 for code/branches/core2/src/util/String.h
- Timestamp:
- Apr 5, 2008, 5:54:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/util/String.h
r933 r994 36 36 _UtilExport void strip(std::string* str); 37 37 _UtilExport std::string getStripped(const std::string& str); 38 39 _UtilExport void stripEnclosingQuotes(std::string* str); 40 _UtilExport std::string getStrippedEnclosingQuotes(const std::string& str); 38 41 39 42 _UtilExport bool isEmpty(const std::string& str);
Note: See TracChangeset
for help on using the changeset viewer.