判斷字符串中相同字符的個(gè)數(shù)
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
判斷字符串中相同字符的個(gè)數(shù)
============================= 函 數(shù) 名:GetCount 作 用:判斷字符串中相同字符的個(gè)數(shù) 參 數(shù): ============================== Private Function GetCount(Strs,Word) Dim N1,N2,N3 N1=Len(Strs) N2=Len(Replace(Strs,Word,"")) N3=Len(Word) GetCount=Clng(((N1-N2)/N3)) End Function 該文章在 2014/10/25 11:38:51 編輯過
|
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |