Method DecodeLastRune
DecodeLastRune(string, int)
Unpacks the last UTF-8 encoding in the string.
public static (Rune rune, int size) DecodeLastRune(this string str, int end = -1)
Parameters
Returns
Remarks
This is a Terminal.Gui extension method to string to support TUI text manipulation.