NAME
Plagger::Plugin::Filter::Regexp - Rewrite entry body using regular expression
SYNOPSIS
- module: Filter::Regexp
config:
regexp: s/Plagger/$1, the pluggable Aggregator/g
text_only: 1
DESCRIPTION
This plugin applies regular expression to each entry body by using eval
.
CONFIG
- text_only
-
When set to 1, uses HTML::Parser so that the regexp substitution should be applied only to HTML text part. Defaults to 0.
AUTHOR
Tatsuhiko Miyagawa