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
Requirements
Namespace: Java.Util.Regex
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1