Badger::Data::Facet::Text::Whitespace

NAME

Top Close Open

Badger::Data::Facet::Text::Whitespace - validation facet for whitespace

DESCRIPTION

Top Close Open

This module implements a validation facets for munging whitespace on text values.

METHODS

Top Close Open

This module implement the following methods in addition to those inherited from the Badger::Data::Facet::Text, Badger::Data::Facet and Badger::Base base classes.

validate($text_ref, $type)

Top Close Open

This method performs whitespace handling on the text passed by reference as the first argument.

If the pre-defined action is preserve then the text will be unmodified.

If the action is fold then all whitespace characters in the text (carriage returns, newlines, tabs) will be converted to spaces.

If the action is collapse then all whitespace characters will first be converted to spaces as per fold. Any leading and trailing whitespace is then removed and any sequences of multiple spaces are collapsed to a single space.

AUTHOR

Top Close Open

Andy Wardley http://wardley.org/

COPYRIGHT

Top Close Open

Copyright (C) 2001-2012 Andy Wardley. All Rights Reserved.

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

Fork Me on Github