String library.

Dependents:   CheckSum RN41 RealTimeClock TVZ_MU_Seminar ... more

Revision:
4:17e03f0747d9
Parent:
3:ad74ab63f78c
Child:
5:9afdff23f890
--- a/StrLib.h	Wed Sep 02 04:20:46 2015 +0000
+++ b/StrLib.h	Wed Sep 02 04:47:08 2015 +0000
@@ -34,6 +34,8 @@
 */
 bool strCompare(string trg, string cmp, int idx);   // trg内にcmpが存在する位置がidxか判定。
 
+bool strCompareComplete(string trg, string cmp);
+
 /** Eraze others Alphameric, and convert lower-cases to capitals.
  *
  *  @param  string target, bool to-capitals.