Thrill
0.1
|
#include <tlx/string/contains.hpp>
Go to the source code of this file.
Namespaces | |
tlx | |
Functions | |
bool | contains (const std::string &str, const std::string &pattern) |
Tests of string contains pattern. More... | |
bool | contains (const std::string &str, const char *pattern) |
Tests of string contains pattern. More... | |
bool | contains (const std::string &str, const char ch) |
Tests of string contains character. More... | |