Added Substring count function

This commit is contained in:
2016-03-18 05:30:35 +08:00
parent 3c887fe9cc
commit 592888b088
2 changed files with 24 additions and 2 deletions

View File

@@ -6,3 +6,5 @@ System.utils.Perf.uuid;
/** @type {Function} */
System.utils.Perf.ArrayReverse;
/** @type {Function} */
System.utils.Perf.CountSubstr;