NAME
App::Wubot::Reactor::CleanText - clean a field using a regexp
VERSION
version 0.5.0
SYNOPSIS
- name: remove tables
plugin: CleanText
config:
source_field: body
regexp_search: '<table.*?</table>'
DESCRIPTION
TODO: More to come...