Java.Util.Regex.IMatchResult.Start Method
Returns the index of the first character of the text that matched a given group.

Syntax

[Android.Runtime.Register("start", "(I)I", "GetStart_IHandler:Java.Util.Regex.IMatchResultInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int Start (int group)

Parameters

group
the group, ranging from 0 to groupCount() - 1, with 0 representing the whole pattern.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the index of the first character of the text that matched a given group. See IMatchResult.Group for an explanation of group indexes.

[Android Documentation]

Requirements

Namespace: Java.Util.Regex
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1