truncate-texttext
Truncate Text
Truncate text to a maximum length (characters).
Inputs
Output
(no output yet)
Explanation
Cut text to a limit (e.g. tweet length) with optional ellipsis.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related