Truncates string
use function Symfony\Component\String\u; u('Lorem Ipsum')->truncate(8, '…'); // 'Lorem I…'