'宣言 Public Shared Function GetNextWord( _ ByVal text As System.String, _ ByVal start As System.Integer, _ ByVal ignore As IgnoreOptions, _ ByVal previousWord As System.String _ ) As CharRange
public static CharRange GetNextWord( System.string text, System.int start, IgnoreOptions ignore, System.string previousWord )
パラメータ
- text
- テキストを含む文字列。
- start
- 単語を検索する開始位置。
- ignore
- 無視する単語を決定する IgnoreOptions。
- previousWord
- 前の単語(重複の検出に使用)。
戻り値の型
文字列内の次の単語を含む CharRangeオブジェクト。文字列にこれ以上単語が存在しない場合は null。