Java.Util.Regex.Matcher.AppendTail Method
Appends the (unmatched) remainder of the input to the given Java.Lang.StringBuffer.

Syntax

[Android.Runtime.Register("appendTail", "(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;", "")]
public Java.Lang.StringBuffer AppendTail (Java.Lang.StringBuffer buffer)

Parameters

buffer
the StringBuffer to append to.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif no successful match has been made.

Remarks

Appends the (unmatched) remainder of the input to the given Java.Lang.StringBuffer. The method can be used in conjunction with Matcher.Find and Matcher.AppendReplacement(Java.Lang.StringBuffer, System.String) to walk through the input and replace all matches of the Pattern with something else.

[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