Java.Util.Regex.Matcher.Region Method
Resets this matcher and sets a region.

Syntax

[Android.Runtime.Register("region", "(II)Ljava/util/regex/Matcher;", "")]
public Matcher Region (int start, int end)

Parameters

start
the first character of the region.
end
the first character after the end of the region.

Returns

Documentation for this section has not yet been entered.

Remarks

Resets this matcher and sets a region. Only characters inside the region are considered for a match.

[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