ellipsis

fun String.ellipsis(textLen: Int = 1995): String

Concat a string if it's over textLen.

Return

this String concat-ed if it was over textLen.

Parameters

textLen

The length of the text to concat