#include <bitset>
#include <string_view>
#include <string>
#include <Thoth/String/Utils.tpp>
Go to the source code of this file.
|
| bool | Thoth::String::CaseInsensitiveCompare (char c1, char c2) |
| |
| void | Thoth::String::Trim (std::string_view &str, std::string_view trim=CharSequences::whitespace) |
| |
| void | Thoth::String::LeftTrim (std::string_view &str, std::string_view trim=CharSequences::whitespace) |
| |
| void | Thoth::String::RightTrim (std::string_view &str, std::string_view trim=CharSequences::whitespace) |
| |
| std::string_view | Thoth::String::Trimmed (std::string_view str, std::string_view trim=CharSequences::whitespace) |
| |
| std::string_view | Thoth::String::LeftTrimmed (std::string_view str, std::string_view trim=CharSequences::whitespace) |
| |
| std::string_view | Thoth::String::RightTrimmed (std::string_view str, std::string_view trim=CharSequences::whitespace) |
| |
| std::string | Thoth::String::TrimmedStr (std::string_view str, std::string_view trim=CharSequences::whitespace) |
| |
| std::string | Thoth::String::LeftTrimmedStr (std::string_view str, std::string_view trim=CharSequences::whitespace) |
| |
| std::string | Thoth::String::RightTrimmedStr (std::string_view str, std::string_view trim=CharSequences::whitespace) |
| |
| constexpr std::bitset< 256 > | Thoth::String::MakeBitset (std::initializer_list< std::string_view > strs) |
| |
| bool | Thoth::String::IsVisible (char c) |
| |