logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Carl Franks <cpan@fireartist.com>

Description

       Split a single input value into an arrayref of values.

License

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

Methods

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

       Default Value: '' (empty string)

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

       Default Value: 0

Name

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

Synopsis

           type: Split
           regex: '-'

Version

       version 2.07

See Also