Paketname | libhtml-strip-perl |
Beschreibung | strip HTML markup from text |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.06-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 44 Byte |
Hängt ab von | perl (>= 5.10.0-19), perlapi-5.10.0, libc6 (>= 2.7-1) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 18152 Byte |
Prüfsumme MD5 | e2cb7572247c1667ac06687ce004ab25 |
Prüfsumme SHA1 | b3b8a3d12ec93fecd772a9acdf7432324f7573ea |
Prüfsumme SHA256 | 766740f507ea7968ebf384f4ac96dc51377125f128481f83d4c27779133973ab |
Link zum Herunterladen | libhtml-strip-perl_1.06-1_i386.deb |
Ausführliche Beschreibung | HTML::Strip simply strips HTML-like markup from text in a very quick and
brutal manner. It could quite easily be used to strip XML or SGML from text
as well.
.
It is written in XS, and thus about five times quicker than using regular
expressions for the same task.
.
It does not do any syntax checking (if you want that, use HTML::Parser)
|