Paketname | libstring-truncate-perl |
Beschreibung | Perl module to truncate long strings |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.102-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl, libsub-install-perl, libsub-exporter-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 9508 Byte |
Prüfsumme MD5 | 77cbf44470b9d112267b49204777d1a0 |
Prüfsumme SHA1 | 32b1d3307d1d5ec5dc3a174c1c8a0e0d6a6b95ec |
Prüfsumme SHA256 | 598b7f9168b5cbdaaac09da1637d24e3513d399892a2797a61b329f7f5bfaf50 |
Link zum Herunterladen | libstring-truncate-perl_0.102-1_all.deb |
Ausführliche Beschreibung | String::Truncate is a Perl module useful for truncating any long string
sequence and marking the place where any text has been elided (deleted).
You simply tell the module the maximum string width and where to elide
strings (at the right side, left side, in the middle or at the ends). It
also supports a customized marker for elisions, but defaults to the most
common symbol, the ellipsis (...). It can also prefer to break strings at
whitespace where possible.
|