diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-12 22:20:33 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-12 22:20:33 +0200 |
commit | 4732dc63657f4c6fc342f7674f7dc7c666b293dc (patch) | |
tree | da91a5dbbd62982284435d252dd89ac963952ee9 /stringutil.h | |
parent | 3f778eecc705990598f1033e6245522f42e2fcb5 (diff) |
webbox (WIP)
Diffstat (limited to 'stringutil.h')
-rw-r--r-- | stringutil.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stringutil.h b/stringutil.h deleted file mode 100644 index 5110e2e..0000000 --- a/stringutil.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include <string> -#include <vector> - -std::string strfmt(const char* fmt, ...); - -std::vector<std::string> split(std::string value, const std::string separators = "\r\n "); -std::string join(std::vector<std::string> vs, std::string separator = "\n"); -bool startsWithAnyOfLower(const std::string &s, const std::vector<std::string> &list); |