Changeset 210 for cpp/frams/util/sstringutils.h
- Timestamp:
- 04/03/14 21:46:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/sstringutils.h
r197 r210 26 26 void strSetField(SString& txt,const SString& name,const SString& value); 27 27 28 SString trim(SString& s); //remove leading/trailing whitespace 29 bool removeCR(SString& s); //remove '\r' return true if changed 28 SString trim(SString& s); ///< remove leading/trailing whitespace 29 bool removeCR(SString& s); ///< remove '\r' return true if changed 30 bool matchWildcard(const SString& word,const SString& pattern);///< '*' in pattern matches any substring 31 bool matchWildcardList(const SString& word,const SString& patterns);///< patterns is a list of patterns (separated by ',') 30 32 31 33 #endif
Note: See TracChangeset
for help on using the changeset viewer.