Skip to content

cmStringAlgorithms: Add cmIsSpace, cmTrimWhitespace, cmEscapeQuotes and cmTokenize

This adds the following functions to cmStringAlgorithms:

  • cmIsSpace
  • cmTrimWhitespace (moved from cmSystemTools::TrimWhitespace)
  • cmEscapeQuotes (moved from cmSystemTools::EscapeQuotes)
  • cmTokenize (moved from cmSystemTools::tokenize and adapted to accept cm::string_view

The testStringAlgorithms test is extended with tests for cmTrimWhitespace, cmEscapeQuotes and cmTokenize.

Merge request reports