SeperateString

January 7, 2018 ยท View on GitHub

SeperateString is a std::string code snippet that seperates a std::string into a multiple std::strings (in a std::vector<std::string>) by a certain seperator.

Multiple versions of this algorithm can be found at

  • [the seperate_string GitHub](The https://github.com/richelbilderbeek/seperate_string)
  • the Fluent C++ article 'How To Split a String in C++'