From 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 09:31:51 +0100 Subject: Separated out libcommon as libreichwein --- libcommon/stringutil.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 libcommon/stringutil.h (limited to 'libcommon/stringutil.h') diff --git a/libcommon/stringutil.h b/libcommon/stringutil.h deleted file mode 100644 index 5110e2e..0000000 --- a/libcommon/stringutil.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include -#include - -std::string strfmt(const char* fmt, ...); - -std::vector split(std::string value, const std::string separators = "\r\n "); -std::string join(std::vector vs, std::string separator = "\n"); -bool startsWithAnyOfLower(const std::string &s, const std::vector &list); -- cgit v1.2.3