Description

Truncates string

Syntax

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