
Plagger::Plugin::Filter::Regexp - Rewrite entry body using regular expression

- module: Filter::Regexp
config:
regexp: s/Plagger/$1, the pluggable Aggregator/g
text_only: 1

This plugin applies regular expression to each entry body by using eval.

When set to 1, uses HTML::Parser so that the regexp substition should be applied only to HTML text part. Defaults to 0.

Tatsuhiko Miyagawa
