Java.Util.Regex.Matcher.RequireEnd Method
Returns true if the most recent match succeeded and additional input could cause it to fail.

Syntax

[Android.Runtime.Register("requireEnd", "()Z", "")]
public bool RequireEnd ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the most recent match succeeded and additional input could cause it to fail. If this method returns false and a match was found, then more input might change the match but the match won't be lost. If a match was not found, then requireEnd has no meaning.

[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