✂️ truncate ============================= Truncates a string to a given length. .. code-block:: python from raito.utils.helpers.truncate import truncate truncate("Hello, world!", 8) # Returns "Hello..."