Subversion Repositories spk

Rev

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

Rev 43 Rev 48
Line 124... Line 124...
124
	// find/replacement
124
	// find/replacement
125
	int findPos(const String &find, int iStartPos = 0) const;
125
	int findPos(const String &find, int iStartPos = 0) const;
126
	String findReplace(const String &find, const String &replace ) const;
126
	String findReplace(const String &find, const String &replace ) const;
127
	String remove(char c) const;
127
	String remove(char c) const;
128
	const String &removeChar(char c);
128
	const String &removeChar(char c);
-
 
129
	String findRemove(const String &find) const;
-
 
130
	String stripHtml() const;
129
 
131
 
130
	bool isin(const String &str, bool bCaseSensative = false) const;
132
	bool isin(const String &str, bool bCaseSensative = false) const;
131
	bool isin(char c, bool bCaseSensative = false) const;
133
	bool isin(char c, bool bCaseSensative = false) const;
132
 
134
 
133
	// sub string
135
	// sub string