NAME

App::Wubot::Reactor::CleanText - clean a field using a regexp

VERSION

version 0.4.0

SYNOPSIS

- name: remove tables
  plugin: CleanText
  config:
    source_field: body
    regexp_search: '<table.*?</table>'

DESCRIPTION

TODO: More to come...

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.