Java.Util.Regex.Matcher.HitEnd Method
Returns true if the most recent matching operation attempted to access additional text beyond the available input, meaning that additional input could change the results of the match.

Syntax

[Android.Runtime.Register("hitEnd", "()Z", "")]
public bool HitEnd ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the most recent matching operation attempted to access additional text beyond the available input, meaning that additional input could change the results of the 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