Java.Util.Regex.Matcher.LookingAt Method
Tries to match the Java.Util.Regex.Pattern, starting from the beginning of the region (or the beginning of the input, if no region has been set).

Syntax

[Android.Runtime.Register("lookingAt", "()Z", "")]
public bool LookingAt ()

Returns

Documentation for this section has not yet been entered.

Remarks

Tries to match the Java.Util.Regex.Pattern, starting from the beginning of the region (or the beginning of the input, if no region has been set). Doesn't require the Pattern to match against the whole region.

[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