The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.3.1

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.