Changeset 904 for cpp/frams/util/sstringutils.h
- Timestamp:
- 12/29/19 16:08:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/sstringutils.h
r786 r904 28 28 29 29 SString trim(const SString& s); ///< remove leading/trailing whitespace 30 SString concatPath(const SString& in1,const SString& in2); ///< concatenate path components inserting PATH_SEPARATOR_CHAR if not already present 30 31 bool removeCR(SString& s); ///< remove '\r' return true if changed 31 32 bool matchWildcard(const SString& word, const SString& pattern);///< '*' in pattern matches any substring
Note: See TracChangeset
for help on using the changeset viewer.