'宣言 Public Shared Function IsWholeWord( _ ByVal word As System.String, _ ByVal text As System.String, _ ByVal idx As System.Integer _ ) As System.Boolean
'使用法 Dim word As System.String Dim text As System.String Dim idx As System.Integer Dim value As System.Boolean value = Utils.IsWholeWord(word, text, idx)
パラメータ
- word
- 指定された単語。
- text
- 単語を検索するテキスト。
- idx
- テキスト内で評価する単語の位置。
戻り値の型
指定した文字列に単語全体が含まれている場合は true。それ以外の場合は false。