Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of code/doc/String


Ignore:
Timestamp:
Sep 24, 2008, 6:09:14 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/String

    v4 v5  
    2020   * getNextQuote("012\"456\"89", 3) = 3
    2121   * getNextQuote("012\"456\"89", 5) = 7
    22    * getNextQuote("012\"456\"89", 8) = std::string::npos
     22   * getNextQuote("012\"456\"89", 8'''''''''') = std::string::npos
    2323 * '''isBetweenQuotes('''''string''''', '''''position''''')''': Returns true if ''position'' is between two quotes.
    2424  * Examples: