Substring Count - Very short and efficient code - 2 Lines of code
Substring Count - Very short and efficient code - 2 Lines of code
Rate Substring Count - Very short and efficient code - 2 Lines of code
(1(1 Vote))
If InThis = "" Or HowManyOfThese = "" Then Exit Function
SubstringCount = (Len(InThis) - Len(Replace(InThis, HowManyOfThese, "", Compare:=CompareMethod))) / Len(HowManyOfThese)
End Function
Substring Count - Very short and efficient code - 2 Lines of code Comments
No comments yet — be the first to post one!
Post a Comment