OpenMW
Classes | Namespaces | Functions
components/misc/stringops.hpp File Reference
#include <cctype>
#include <string>
#include <algorithm>

Go to the source code of this file.

Classes

class  Misc::StringUtils
struct  Misc::StringUtils::ci

Namespaces

namespace  Misc

Functions

bool Misc::begins (const char *str1, const char *str2)
 Returns true if str1 begins with substring str2.
bool Misc::ends (const char *str1, const char *str2)
 Returns true if str1 ends with substring str2.
bool Misc::ibegins (const char *str1, const char *str2)
 Case insensitive, returns true if str1 begins with substring str2.
bool Misc::iends (const char *str1, const char *str2)
 Case insensitive, returns true if str1 ends with substring str2.