bb567bc2ec
(also close PR 30724) This module strips HTML-like markup from text. It is written in XS, and thus about five times quicker than using regular expressions for the same task.
5 lines
176 B
Text
5 lines
176 B
Text
HTML::Strip
|
|
===========
|
|
This module strips HTML-like markup from text.
|
|
It is written in XS, and thus about five times quicker than using
|
|
regular expressions for the same task.
|