diff options
Diffstat (limited to 'bot/src/utils/string.hpp')
| -rw-r--r-- | bot/src/utils/string.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/src/utils/string.hpp b/bot/src/utils/string.hpp index 18d4f9a..f46b608 100644 --- a/bot/src/utils/string.hpp +++ b/bot/src/utils/string.hpp @@ -35,6 +35,10 @@ namespace bot { const std::string &base, const std::vector<std::string> &values, const std::string &prefix, const std::string &separator, const long long &max_length); + + std::vector<std::string> split_text_n(std::string value, + const std::string &separator, + const int &n); } } } |
