diff options
Diffstat (limited to 'library/zstring.h')
-rw-r--r-- | library/zstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/zstring.h b/library/zstring.h index 2b6bc475..007922d8 100644 --- a/library/zstring.h +++ b/library/zstring.h @@ -66,6 +66,7 @@ public: Zstring BeforeLast(DefaultChar ch) const; size_t Find(DefaultChar ch, bool fromEnd) const; bool Matches(const DefaultChar* mask) const; + static bool Matches(const DefaultChar* name, const DefaultChar* mask); Zstring& Trim(bool fromRight); //from right or left Zstring& MakeLower(); |