Java.Util.Regex.Matcher.ReplaceFirst Method
Replaces the first occurrence of this matcher's pattern in the input with a given string.

Syntax

[Android.Runtime.Register("replaceFirst", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public string ReplaceFirst (string replacement)

Parameters

replacement
the replacement text.

Returns

Documentation for this section has not yet been entered.

Remarks

Replaces the first occurrence of this matcher's pattern in the input with a given string.

[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