| Form-Factory documentation | view source | Contained in the Form-Factory distribution. |
Form::Factory::Feature::Control::Trim - Trims whitespace from a control value
version 0.020
has_control title => (
control => 'text',
features => {
trim => 1,
},
);
Strips whitespace from the front and back of the given values.
Reports an error unless the control is a scalar value.
Strips whitespace from the start and end of the control value.
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| Form-Factory documentation | view source | Contained in the Form-Factory distribution. |