PieDock  1.6.3
Static Public Member Functions | List of all members
PieDock::WildcardCompare Class Reference

#include <WildcardCompare.h>

Static Public Member Functions

static const bool match (const char *, const char *, bool=false)
 

Detailed Description

Compare strings with wildcards

Author
Markus Fisch mf@ma.nosp@m.rkus.nosp@m.fisch.nosp@m..de

Member Function Documentation

const bool WildcardCompare::match ( const char *  literal,
const char *  pattern,
bool  caseSensitive = false 
)
static

Returns if pattern matches string

Parameters
literal- string to match
pattern- pattern with optional wildcard characters (*?)
caseSensitive- true if matching should be case-sensitive (optional)

Referenced by PieDock::IconMap::getIconByTitle().


The documentation for this class was generated from the following files: