From f0f2b1c38336090746a7a2085a8aa8a1bd592273 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 16 Jun 2017 10:48:14 +0100 Subject: Trim whitespaces surrounding docstrings Closes #1439 --- src/string.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/string.hh') diff --git a/src/string.hh b/src/string.hh index 056db814..bfafa482 100644 --- a/src/string.hh +++ b/src/string.hh @@ -333,6 +333,8 @@ inline StringView operator"" _sv(const char* str, size_t) Vector split(StringView str, char separator, char escape); Vector split(StringView str, char separator); +StringView trim_whitespaces(StringView str); + String escape(StringView str, StringView characters, char escape); String unescape(StringView str, StringView characters, char escape); -- cgit v1.2.3