Attention

This functionality is only available in the C++ toolkits. For other languages, we recommend using language-specific functionality instead.

OEStringMatch

bool OEStringMatch(const std::string &str, const std::string &pat)

Returns whether or not the specified pattern string (‘pat’) matches the specified search string (‘str’). String matching is case-sensitive and wildcards are limited to no more than two per pattern.