HTML::FormFu::Filter::Split(3pm) User Contributed Perl Documentation HTML::FormFu::Filter::Split(3pm)

HTML::FormFu::Filter::Split - filter splitting a singe value into an arrayref

version 2.07

    type: Split
    regex: '-'

Split a single input value into an arrayref of values.

A regex object or string to be passed as the "PATTERN" argument to "split".

Default Value: '' (empty string)

A number passed as the "LIMIT" argument to "split".

Default Value: 0

Carl Franks, "cfranks@cpan.org"

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

Carl Franks <cpan@fireartist.com>

This software is copyright (c) 2018 by Carl Franks.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2019-01-12 perl v5.28.1