Matcher.RegionEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.