Java.Util.Regex.Matcher.QuoteReplacement Method
Returns a replacement string for the given one that has all backslashes and dollar signs escaped.

Syntax

[Android.Runtime.Register("quoteReplacement", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string QuoteReplacement (string s)

Parameters

s
the input string.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a replacement string for the given one that has all backslashes and dollar signs escaped.

[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