1HTML::FormFu::Filter::SUpsleirt(C3o)ntributed Perl DocumHeTnMtLa:t:iFoonrmFu::Filter::Split(3)
2
3
4
6 HTML::FormFu::Filter::Split - filter splitting a singe value into an
7 arrayref
8
10 version 2.07
11
13 type: Split
14 regex: '-'
15
17 Split a single input value into an arrayref of values.
18
20 regex
21 A regex object or string to be passed as the "PATTERN" argument to
22 "split".
23
24 Default Value: '' (empty string)
25
26 limit
27 A number passed as the "LIMIT" argument to "split".
28
29 Default Value: 0
30
32 Carl Franks, "cfranks@cpan.org"
33
35 This library is free software, you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
39 Carl Franks <cpan@fireartist.com>
40
42 This software is copyright (c) 2018 by Carl Franks.
43
44 This is free software; you can redistribute it and/or modify it under
45 the same terms as the Perl 5 programming language system itself.
46
47
48
49perl v5.38.0 2023-07-20 HTML::FormFu::Filter::Split(3)