The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "HTML::Strip"

HTML::Strip - Perl extension for stripping HTML markup from text. River stage two • 20 direct dependents • 29 total dependents

This module simply strips HTML-like markup from text rapidly and brutally. It could easily be used to strip XML or SGML markup instead - but as removing HTML is a much more common problem, this module lives in the HTML:: namespace. It is written in X...

KILINRAX/HTML-Strip-2.12 - 20 Mar 2023 17:41:33 UTC - Search in distribution

HTML::Strip::Whitespace - Perl extension for stripping whitespace out of HTML. River stage zero No dependents

This module tries to strip as much whitespace from an HTML as it can without eliminating valid whitespace (like the one inside <pre>). To use it call the function "HTML::Strip::Whitespace::html_strip_whitespace", with named parameters. "source" is th...

SHLOMIF/HTML-Strip-Whitespace-0.2.2 - 28 Jan 2020 18:39:26 UTC - Search in distribution

Template::Plugin::HTML::Strip - HTML::Strip filter for Template Toolkit River stage one • 1 direct dependent • 1 total dependent

This module is a Template Toolkit dynamic filter, which uses HTML::Strip to remove markup (primarily HTML, but also SGML, XML, etc) from filtered content during template processing. By default, the installed filter's name is 'html_strip'. This can be...

GSIMMONS/Template-Plugin-HTML-Strip-0.01 - 19 Dec 2005 06:09:47 UTC - Search in distribution

HTML::StripTags - Strip HTML or XML tags from a string with Perl like PHP's strip_tags() does River stage zero No dependents

HTML::StripTags provides the function strip_tags() that can strip all HTML or XML tags from a string except the given allowed tags. This is a Perl port of the PHP function strip_tags() based on PHP 5.3.3....

HINNERK/HTML-StripTags-1.01 - 30 Jun 2011 10:37:15 UTC - Search in distribution

HTML::StripScripts - Strip scripting constructs out of HTML River stage two • 4 direct dependents • 16 total dependents

This module strips scripting constructs out of HTML, leaving as much non-scripting markup in place as possible. This allows web applications to display HTML originating from an untrusted source without introducing XSS (cross site scripting) vulnerabi...

DRTECH/HTML-StripScripts-1.06 - 12 May 2016 09:44:35 UTC - Search in distribution

HTML::StripScripts::Regex - XSS filter using a regular expression River stage zero No dependents

NCLEATON/HTML-StripScripts-Regex-0.02 - 20 Oct 2009 04:52:15 UTC - Search in distribution

HTML::StripScripts::Parser - XSS filter using HTML::Parser River stage two • 7 direct dependents • 14 total dependents

This class provides an easy interface to "HTML::StripScripts", using "HTML::Parser" to parse the HTML. See HTML::Parser for details of how to customise how the raw HTML is parsed into tags, and HTML::StripScripts for details of how to customise the w...

DRTECH/HTML-StripScripts-Parser-1.03 - 05 Nov 2009 10:26:10 UTC - Search in distribution

HTML::Scrubber::StripScripts - strip scripting from HTML River stage zero No dependents

This module provides a preworked configuration for HTML::Scrubber, configuring it to leave as much non-scripting markup in place as possible while being certain to eliminate all scripting constructs. This allows web applications to display HTML origi...

NCLEATON/HTML-Scrubber-StripScripts-0.02 - 18 Mar 2004 17:30:53 UTC - Search in distribution

HTML::Widget::Filter::HTMLStrip - HTML Strip Filter River stage one • 6 direct dependents • 6 total dependents

HTML Strip Filter....

CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC - Search in distribution

HTML::StripScripts::LibXML - XSS filter - outputs a LibXML Document or DocumentFragment River stage one • 1 direct dependent • 1 total dependent

This class provides an easy interface to "HTML::StripScripts", using "HTML::Parser" to parse the HTML, and returns an XML::LibXML::Document or XML::LibXML::DocumentFragment. See HTML::Parser for details of how to customise how the raw HTML is parsed ...

DRTECH/HTML-StripScripts-LibXML-0.12 - 01 Dec 2007 12:57:42 UTC - Search in distribution

HTML::TableExtract - Perl module for extracting the content contained in tables within an HTML document, either as text or encoded element trees. River stage two • 24 direct dependents • 45 total dependents

HTML::TableExtract is a subclass of HTML::Parser that serves to extract the information from tables of interest contained within an HTML document. The information from each extracted table is stored in table objects. Tables can be extracted as text, ...

MSISK/HTML-TableExtract-2.15 - 25 May 2017 13:49:56 UTC - Search in distribution

HTML::FormFu::OutputProcessor::StripWhitespace - Strip shitespace from HTML output River stage two • 13 direct dependents • 25 total dependents

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution

lib/HTML/BBCode/StripScripts.pm River stage one • 2 direct dependents • 2 total dependents

BLOM/HTML-BBCode-2.07 - 10 Nov 2012 20:43:53 UTC - Search in distribution

PerlIO::via::StripHTML - PerlIO layer to strip HTML tags from an input file River stage zero No dependents

This package implements a PerlIO layer, for reading files only. It strips HTML tags from the input, leaving only plain text. This can be useful, for example, to find something in the text of a HTML page....

RGARCIA/PerlIO-via-StripHTML-0.04 - 12 Jul 2002 14:20:05 UTC - Search in distribution

Mail::Pyzor::Digest::StripHtml River stage zero No dependents

This module attempts to duplicate pyzor’s HTML-stripping logic. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'pyzor’s'. Assuming ISO8859-1...

FELIPE/Mail-Pyzor-0.06 - 20 Apr 2021 14:54:49 UTC - Search in distribution

Data::FormValidator::Filters::HTMLStrip - Filter that removes html tags from input River stage zero No dependents

This is a Data::FormaValidator filter that acts as a wrapper for HTML::Strip. It removes html tags from variable data to help protect against cross-site scripting attacks....

DAVIDB/Data-FormValidator-Filters-HTMLStrip-0.13 - 14 Oct 2008 00:22:34 UTC - Search in distribution

lib/WWW/Shopify/Liquid/Filter/StripHtml.pm River stage one • 1 direct dependent • 1 total dependent

ADAMDH/WWW-Shopify-Liquid-0.08 - 05 Oct 2018 20:12:48 UTC - Search in distribution

Mail::SpamAssassin::Pyzor::Digest::StripHtml - Pyzor HTML-stripping module River stage two • 13 direct dependents • 18 total dependents

This module attempts to duplicate pyzor's HTML-stripping logic....

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC - Search in distribution

HTML::Restrict - Strip unwanted HTML tags and attributes River stage one • 3 direct dependents • 9 total dependents

This module uses HTML::Parser to strip HTML from text in a restrictive manner. By default all HTML is restricted. You may alter the default behaviour by supplying your own tag rules....

OALDERS/HTML-Restrict-v3.0.2 - 23 Apr 2023 17:08:41 UTC - Search in distribution

HTML::Detoxifier - practical module to strip harmful HTML River stage zero No dependents

HTML::Detoxifier is a practical module to remove harmful tags from HTML input. It's intended to be used for web sites that accept user input in the form of HTML and then present that information in some form. Accepting all HTML from untrusted users i...

PWALTON/HTML-Detoxifier-0.02 - 02 Mar 2004 03:09:14 UTC - Search in distribution
228 results (0.109 seconds)