Thrill  0.1
equal_icase.cpp File Reference
#include <tlx/string/equal_icase.hpp>
#include <tlx/string/to_lower.hpp>
#include <algorithm>
+ Include dependency graph for equal_icase.cpp:

Go to the source code of this file.

Namespaces

 tlx
 

Functions

bool equal_icase (const char *a, const char *b)
 returns true if a == b without regard for letter case More...
 
bool equal_icase (const char *a, const std::string &b)
 returns true if a == b without regard for letter case More...
 
bool equal_icase (const std::string &a, const char *b)
 returns true if a == b without regard for letter case More...
 
bool equal_icase (const std::string &a, const std::string &b)
 returns true if a == b without regard for letter case More...