Java.Util.Regex.Matcher.Find Method
Moves to the next occurrence of the pattern in the input.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Moves to the next occurrence of the pattern in the input. If a previous match was successful, the method continues the search from the first character following that match in the input. Otherwise it searches either from the region start (if one has been set), or from position 0.

[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