RESTinio
|
Various string-related algorithms. More...
Go to the source code of this file.
Namespaces | |
namespace | restinio |
namespace | restinio::string_algo |
Functions | |
RESTINIO_NODISCARD bool | restinio::string_algo::starts_with (const string_view_t &where, const string_view_t &what) noexcept |
RESTINIO_NODISCARD bool | restinio::string_algo::ends_with (const string_view_t &where, const string_view_t &what) noexcept |