Changeset 1016 for cpp/common/util-string.h
- Timestamp:
- 07/20/20 14:15:14 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/util-string.h
r913 r1016 21 21 string stripFileDir(const string& filename); // strip path component from filename 22 22 23 void ltrim_inplace(string &s); 24 void rtrim_inplace(string &s); 25 void trim_inplace(string &s); 26 string ltrim(string s); 27 string rtrim(string s); 28 string trim(string s); 29 23 30 #endif
Note: See TracChangeset
for help on using the changeset viewer.