Matcher.RegionStart Method

Definition

Reports the start index of this matcher's region.

[Android.Runtime.Register("regionStart", "()I", "")]
public int RegionStart ();
[<Android.Runtime.Register("regionStart", "()I", "")>]
member this.RegionStart : unit -> int

Returns

The starting point of this matcher's region

Attributes

Remarks

Reports the start index of this matcher's region. The searches this matcher conducts are limited to finding matches within #regionStart() regionStart (inclusive) and #regionEnd() regionEnd (exclusive).

Added in 1.5.

Java documentation for java.util.regex.Matcher.regionStart().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to