tlx
Loading...
Searching...
No Matches
equal_icase.hpp File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  tlx

Functions

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