Matcher.RegionEnd Method

Definition

Reports the end index (exclusive) of this matcher's region.

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

Returns

the ending point of this matcher's region

Attributes

Remarks

Reports the end index (exclusive) 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.regionEnd().

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