NAME

App::Wubot::Reactor::TransformField - use a regexps to transform the data in a field

VERSION

version 0.3.6

SYNOPSIS

- name: clean to beginning of line marker
  plugin: TransformField
  config:
    source_field: line
    regexp_search: '^.*\^'

DESCRIPTION

TODO: More to come...

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.