TextUtils.GetReverse(String, Int32, Int32) Method

Definition

This function only reverses individual chars and not their associated spans.

public static string? GetReverse (string? source, int start, int end);
static member GetReverse : string * int * int -> string

Parameters

source
String
start
Int32
end
Int32

Returns

Remarks

This function only reverses individual chars and not their associated spans. It doesn't support surrogate pairs (that correspond to non-BMP code points), combining sequences or conjuncts either.

This member is deprecated. Do not use.

Java documentation for android.text.TextUtils.getReverse(java.lang.CharSequence, int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to