String manipulation library

Files at this revision

API Documentation at this revision

Comitter:
tichise
Date:
Sun Apr 29 05:56:32 2018 +0000
Parent:
1:5a7b4310d67c
Commit message:
fix header

Changed in this revision

StringUtil.h Show annotated file Show diff for this revision Revisions of this file
--- a/StringUtil.h	Sun Apr 29 04:58:00 2018 +0000
+++ b/StringUtil.h	Sun Apr 29 05:56:32 2018 +0000
@@ -8,8 +8,7 @@
 {
 public:
     StringUtil();
-    string matchSlice(string str, string startStr, string endStr);
-
+    string slice(string text, string startString, string endString);
 
 private:
 };