Java.Util.Regex.Matcher.ReplaceAll Method
Replaces all occurrences of this matcher's pattern in the input with a given string.

Syntax

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

Parameters

replacement
the replacement text.

Returns

Documentation for this section has not yet been entered.

Remarks

Replaces all occurrences 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