次の方法で共有


PatternTokenizer.Group プロパティ

定義

トークンに抽出する正規表現パターン内の一致するグループの 0 から始まる序数。 一致するグループに関係なく、パターン全体を使用して入力をトークンに分割する場合は、-1 を使用します。 既定値は -1 です。

public int? Group { get; set; }
member this.Group : Nullable<int> with get, set
Public Property Group As Nullable(Of Integer)

プロパティ値

適用対象