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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

CONFIG

Top

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

Top

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger, HTML::Parser


Plagger documentation  | view source Contained in the Plagger distribution.