Contents

Text.TruncationMode.tail

Truncate at the end of the line.

Declaration

case tail

Discussion

Use this kind of truncation to omit characters from the end of the string. For example, you could truncate the English alphabet as “abcd…”.

See Also

Getting text truncation modes