Function gamer::stringutil::trim

Function Documentation

void gamer::stringutil::trim(std::string &s)

Inplace trimming of white space on both sides of a string.

Parameters
  • s: String to trim