Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 2:ea93cc1c113a, committed 2018-04-29
- 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:
};