Java.Util.Regex.Matcher.Find Method
Returns true if there is another match in the input, starting from the given position.

Syntax

[Android.Runtime.Register("find", "(I)Z", "")]
public bool Find (int start)

Parameters

start
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif start input.length()

Remarks

Returns true if there is another match in the input, starting from the given position. The region is ignored.

[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