Subversion Repositories spk

Rev

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

Rev 58 Rev 69
Line 132... Line 132...
132
	// find/replacement
132
	// find/replacement
133
	int findPos(const String &find, int iStartPos = 0) const;
133
	int findPos(const String &find, int iStartPos = 0) const;
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
	const String &removeChar(const char *cs);
137
	String findRemove(const String &find) const;
138
	String findRemove(const String &find) const;
138
	String stripHtml() const;
139
	String stripHtml() const;
139
	String removeIf(int iChar, char c) const;
140
	String removeIf(int iChar, char c) const;
140
 
141
 
141
	bool isin(const String &str, bool bCaseSensative = false) const;
142
	bool isin(const String &str, bool bCaseSensative = false) const;