Skip to content

Wordsafe truncation breaks if last occurrence of the delimiter is inside a tag #16

Open
@tobyzerner

Description

@tobyzerner

For example:

$string = 'Hello world <a href="#" rel="nofollow">link</a>';

echo (new Marcgoertz\Shorten\Shorten())->truncateMarkup($string, 14, '...', true, true);
Hello world <a href="#"...</a>

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions