Changeset 7297 for code/branches/doc/src/libraries/util/StringUtils.cc
- Timestamp:
- Aug 31, 2010, 8:37:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/util/StringUtils.cc
r7284 r7297 142 142 /** 143 143 @brief Returns true if the string contains something like '..."between quotes"...'. 144 @param The string144 @param str The string 145 145 @return True if there is something between quotes 146 146 */ … … 154 154 /** 155 155 @brief If the string contains something like '..."between quotes"...' then 'between quotes' gets returned (without quotes). 156 @param The string 157 @param The string between the quotes 156 @param str The string between the quotes 158 157 */ 159 158 std::string getStringBetweenQuotes(const std::string& str) … … 169 168 /** 170 169 @brief Removes enclosing quotes if available (including whitespaces at the outside of the quotes). 171 @ briefstr The string to strip170 @param str The string to strip 172 171 @return The string with removed quotes 173 172 */
Note: See TracChangeset
for help on using the changeset viewer.