RegExpConstructor.index 屬性

定義

取得上一次成功配對的索引,然後再推進索引。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::Object ^ index { System::Object ^ get(); };
public object index { get; }
member this.index : obj
Public ReadOnly Property index As Object

屬性值

如果有成功配對的話,那就是最後一次成功配對的索引。

適用於

另請參閱