Thrill  0.1
contains.cpp File Reference
+ Include dependency graph for contains.cpp:

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...