elliotttf / cleanstring

Utility for cleaning strings for use in URIs
3 stars 0 forks source link

fix(cleanstring): remove trailing ellipsis #8

Closed elliotttf closed 5 years ago

elliotttf commented 5 years ago

This is lifted from Drupal's truncate_utf8 method which removes trailing ellipses before shortening the string.

elliotttf commented 5 years ago

Here is the relevant documentation and code.