Java.Util.Regex.Matcher.HasAnchoringBounds Property
Returns true if this matcher has anchoring bounds enabled.

Syntax

[get: Android.Runtime.Register("hasAnchoringBounds", "()Z", "GetHasAnchoringBoundsHandler")]
public bool HasAnchoringBounds { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this matcher has anchoring bounds enabled. When anchoring bounds are enabled, the start and end of the input match the '^' and '$' meta-characters, otherwise not. Anchoring bounds are enabled by default.

[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