PixelLightAPI
.
|
ClearResults() | PLCore::RegEx | [inline] |
DotAll enum value | PLCore::RegEx | |
EFlags enum name | PLCore::RegEx | |
EncodingASCII enum value | PLCore::RegEx | |
EncodingUTF8 enum value | PLCore::RegEx | |
GetExpression() const | PLCore::RegEx | [inline] |
GetFlags() const | PLCore::RegEx | [inline] |
GetNameResult(const String &sName) const | PLCore::RegEx | [inline] |
GetNameResults() const | PLCore::RegEx | [inline] |
GetPosition() const | PLCore::RegEx | [inline] |
GetResult(uint32 nIndex) const | PLCore::RegEx | [inline] |
GetResults() const | PLCore::RegEx | [inline] |
IsASCII() const | PLCore::RegEx | [inline] |
IsCaseSensitive() const | PLCore::RegEx | [inline] |
IsGreedy() const | PLCore::RegEx | [inline] |
IsUTF8() const | PLCore::RegEx | [inline] |
IsValid() const | PLCore::RegEx | [inline] |
Match(const String &sSubject, uint32 nPosition=0) | PLCore::RegEx | |
MatchCaseSensitive enum value | PLCore::RegEx | |
MatchGreedy enum value | PLCore::RegEx | |
Multiline enum value | PLCore::RegEx | |
operator=(const RegEx &cRegEx) | PLCore::RegEx | [inline] |
RegEx() | PLCore::RegEx | [inline] |
RegEx(const String &sExpression, uint32 nFlags=MatchCaseSensitive|MatchGreedy) | PLCore::RegEx | [inline] |
RegEx(const RegEx &cRegEx) | PLCore::RegEx | [inline] |
SetExpression(const String &sExpression, uint32 nFlags=MatchCaseSensitive|MatchGreedy) | PLCore::RegEx | |
Study() | PLCore::RegEx | |
WildcardToRegEx(const String &sWildcard) | PLCore::RegEx | [static] |
~RegEx() | PLCore::RegEx |
|