diff options
Diffstat (limited to 'src/str.hh')
| -rw-r--r-- | src/str.hh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ void split(std::string_view str, std::vector<std::string_view>& out, char separator = ' ', bool keep_empty = false); +[[nodiscard]] +std::string_view trim(std::string_view str); + } // namespace str #endif // STR_HH |
