RESTinio
Loading...
Searching...
No Matches
Functions
restinio::string_algo Namespace Reference

Functions

bool starts_with (const string_view_t &where, const string_view_t &what) noexcept
 
bool ends_with (const string_view_t &where, const string_view_t &what) noexcept
 

Function Documentation

◆ ends_with()

bool restinio::string_algo::ends_with ( const string_view_t & where,
const string_view_t & what )
noexcept

Definition at line 33 of file string_algo.hpp.

◆ starts_with()

bool restinio::string_algo::starts_with ( const string_view_t & where,
const string_view_t & what )
noexcept

Definition at line 24 of file string_algo.hpp.