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
Requirements
Namespace: Java.Util.Regex
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1