summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/str.h')
-rw-r--r--segget/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/segget/str.h b/segget/str.h
index a118cea..dcb9b13 100644
--- a/segget/str.h
+++ b/segget/str.h
@@ -39,6 +39,7 @@ string trim(std::string const& source, char const* delims = " \t\r\n");
int lower_char(int c);
string noupper(string s);
bool split(string splitter, string str, string &before, string &after);
+vector <string> split_to_vector(string splitter, string str);
string toString(uint t);
string toString(int t);
string toString(ulong t);