Subversion Repositories spk

Rev

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

Rev 130 Rev 160
Line 137... Line 137...
137
	int countToken(const char *token) const;
137
	int countToken(const char *token) const;
138
	String token(const char *token, int tok) const;
138
	String token(const char *token, int tok) const;
139
	String tokens(const char *token, int from, int to = 0) const;
139
	String tokens(const char *token, int from, int to = 0) const;
140
	String *tokenise(const char *token, int *max) const;
140
	String *tokenise(const char *token, int *max) const;
141
	String replaceToken(const char *token, int from, const String &replace) const;
141
	String replaceToken(const char *token, int from, const String &replace) const;
142
	String remToken(const char *token, int t) const;
142
	String remToken(const char* token, int from) const;
-
 
143
	String remTokens(const char* token, int from, int to = -1) const;
143
	String word(int word) const;
144
	String word(int word) const;
144
	String words(int from, int to = 0) const;
145
	String words(int from, int to = 0) const;
145
	String addToken(const char *token, const Utils::String &str) const;
146
	String addToken(const char *token, const Utils::String &str) const;
146
	
147
	
147
	// find/replacement
148
	// find/replacement