diff options
Diffstat (limited to 'Swiften/Base/String.h')
| -rw-r--r-- | Swiften/Base/String.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Base/String.h b/Swiften/Base/String.h index 247a8a3..336a663 100644 --- a/Swiften/Base/String.h +++ b/Swiften/Base/String.h @@ -37,6 +37,8 @@ namespace Swift {  			 */  			std::pair<String,String> getSplittedAtFirst(char c) const; +			std::vector<String> split(char c) const; +  			size_t getLength() const;        String getLowerCase() const;  | 
 Swift