Subversion Repositories spk

Rev

Rev 198 | Rev 213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 204
Line 174... Line 174...
174
	bool isin(const WString &str, bool bCaseSensative = false) const;
174
	bool isin(const WString &str, bool bCaseSensative = false) const;
175
	bool isin(wchar_t c, bool bCaseSensative = false) const;
175
	bool isin(wchar_t c, bool bCaseSensative = false) const;
176
	int compareVersion(const Utils::WString &v) const;
176
	int compareVersion(const Utils::WString &v) const;
177
	bool match(const Utils::WString &pattern) const;
177
	bool match(const Utils::WString &pattern) const;
178
 
178
 
-
 
179
	WString& prepend(const WString &str);
-
 
180
 
179
	// sub string
181
	// sub string
180
	WString left(long num) const;
182
	WString left(long num) const;
181
	WString right(int num) const;
183
	WString right(int num) const;
182
	WString mid(int start, int end) const;
184
	WString mid(int start, int end) const;
183
	WString between(const WString &before, const WString &after) const;
185
	WString between(const WString &before, const WString &after) const;