| Line 145... | 
            Line 145... | 
          
          
            | 145 | 
            	// tokens
  | 
            145 | 
            	// tokens
  | 
          
          
            | 146 | 
            	int countToken(const wchar_t *token) const;
  | 
            146 | 
            	int countToken(const wchar_t *token) const;
  | 
          
          
            | 147 | 
            	WString token(const wchar_t *token, int tok) const;
  | 
            147 | 
            	WString token(const wchar_t *token, int tok) const;
  | 
          
          
            | 148 | 
            	WString tokens(const wchar_t *token, int from, int to = 0) const;
  | 
            148 | 
            	WString tokens(const wchar_t *token, int from, int to = 0) const;
  | 
          
          
            | 149 | 
            	WString *tokenise(const wchar_t *token, int *max) const;
  | 
            149 | 
            	WString *tokenise(const wchar_t *token, int *max) const;
  | 
          
          
            | 150 | 
            	size_t tokenise(const wchar_t* token, std::vector<std::wstring> &str) const;
  | 
            150 | 
            	size_t tokenise(const wchar_t* token, std::vector<WString> &str) const;
  | 
          
          
            | 151 | 
            	WString replaceToken(const wchar_t *token, int from, const WString &replace) const;
  | 
            151 | 
            	WString replaceToken(const wchar_t *token, int from, const WString &replace) const;
  | 
          
          
            | 152 | 
            	WString remToken(const wchar_t* token, int from) const;
  | 
            152 | 
            	WString remToken(const wchar_t* token, int from) const;
  | 
          
          
            | 153 | 
            	WString remTokens(const wchar_t* token, int from, int to = -1) const;
  | 
            153 | 
            	WString remTokens(const wchar_t* token, int from, int to = -1) const;
  | 
          
          
            | 154 | 
            	WString word(int word) const;
  | 
            154 | 
            	WString word(int word) const;
  | 
          
          
            | 155 | 
            	WString words(int from, int to = 0) const;
  | 
            155 | 
            	WString words(int from, int to = 0) const;
  |