mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
324 B
324 B
date | id | title |
---|---|---|
2020-11-16 | 5bb1ce24-7cdc-495f-b3d8-39f06f19e5bc | Keep last word |
Description
Keep last word when truncating.
Syntax
use function Symfony\Component\String\u;
u('Lorem Ipsum')->truncate(8, '…'); // 'Lorem I…'
u('Lorem Ipsum')->truncate(8, '…', false); // 'Lorem Ipsum'