tlx
Loading...
Searching...
No Matches
contains_word.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  tlx

Functions

static bool is_white (char c)
bool contains_word (const std::string &str, const char *word)
 Search the given string for a whitespace-delimited word.
bool contains_word (const std::string &str, const std::string &word)
 Search the given string for a whitespace-delimited word.