Shortens strings to a given length.
Shortens strings to a given length.
clipString(x, len, tail = "...")
x |
[ |
len |
[ |
tail |
[ |
[character(1)
].
print(clipString("abcdef", 10)) print(clipString("abcdef", 5))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.