Subversion Repositories spk

Rev

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

Rev 56 Rev 58
Line 134... Line 134...
134
	String findReplace(const String &find, const String &replace ) const;
134
	String findReplace(const String &find, const String &replace ) const;
135
	String remove(char c) const;
135
	String remove(char c) const;
136
	const String &removeChar(char c);
136
	const String &removeChar(char c);
137
	String findRemove(const String &find) const;
137
	String findRemove(const String &find) const;
138
	String stripHtml() const;
138
	String stripHtml() const;
-
 
139
	String removeIf(int iChar, char c) const;
139
 
140
 
140
	bool isin(const String &str, bool bCaseSensative = false) const;
141
	bool isin(const String &str, bool bCaseSensative = false) const;
141
	bool isin(char c, bool bCaseSensative = false) const;
142
	bool isin(char c, bool bCaseSensative = false) const;
142
	int compareVersion(const Utils::String &v) const;
143
	int compareVersion(const Utils::String &v) const;
143
 
144