Java.Util.Regex.Matcher.UseAnchoringBounds Method
Determines whether this matcher has anchoring bounds enabled or not.

Syntax

[Android.Runtime.Register("useAnchoringBounds", "(Z)Ljava/util/regex/Matcher;", "")]
public Matcher UseAnchoringBounds (bool value)

Parameters

value
the new value for anchoring bounds.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines whether this matcher has anchoring bounds enabled or not. 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