1 2 3 4 5 6
#pragma once #include <string> #include <vector> std::vector<std::string> split_text(const std::string &text, char delimiter);