NAME
FEAR::API::Filters - Named filters
DESCRIPTION
This package contains several preset named filters. You can use them to clean or convert documents or results.
The filters include:
strip_html
It strips html tags and turn them into whitespaces.
html_to_null
It strips html tags and turn them into empty string;
remove_attributes
It removes attributes in markups.
remove_commas
remove_leading_trailing_spaces, remove_lt_spaces
remove_newlines
decode_entities
COPYRIGHT
Copyright (C) 2006 by Yung-chung Lin (a.k.a. xern) <xern@cpan.org>
This package is free software; you can redistribute it and/or modify it under the same terms as Perl i tself