![]() |
MySQL 9.3.0
Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
namespace | helper |
Functions | |
template<typename String1 , typename String2 > | |
bool | helper::contains (const String1 &value, const String2 &sst) |
template<typename String1 , typename String2 > | |
bool | helper::icontains (const String1 &value, const String2 &sst) |
bool | helper::ends_with (const std::string &value, const std::string &sst) |
template<typename String > | |
bool | helper::index (const std::string &value, const String &search_for, uint32_t *idx) |
bool | helper::index (const char *value, const char *search_for, uint32_t *idx) |
template<typename String1 , typename String2 > | |
bool | helper::starts_with (const String1 &value, const String2 &search_for) |