Changes between Version 4 and Version 5 of code/doc/String
- Timestamp:
- Sep 24, 2008, 6:09:14 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/String
v4 v5 20 20 * getNextQuote("012\"456\"89", 3) = 3 21 21 * getNextQuote("012\"456\"89", 5) = 7 22 * getNextQuote("012\"456\"89", 8 ) = std::string::npos22 * getNextQuote("012\"456\"89", 8'''''''''') = std::string::npos 23 23 * '''isBetweenQuotes('''''string''''', '''''position''''')''': Returns true if ''position'' is between two quotes. 24 24 * Examples: