Badger::Data::Facet::Text::Pattern - validation facet for text pattern match
Contents
Copyright
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.
Description
This module implements a validation facets that assert that a text value matches a regular expression
pattern.
Methods
This module implement the following method in addition to those inherited from the
Badger::Data::Facet::Text, Badger::Data::Facet and Badger::Base base classes.
validate($text_ref,$type)
This method validates that the text passed by reference as the first argument matches the pre-defined
regular expression pattern.
Name
Badger::Data::Facet::Text::Pattern - validation facet for text pattern match
See Also
Badger::Base, Badger::Data::Facet, Badger::Data::Facet::Text.
perl v5.36.0 2023-08-28 Badger::Data::F...::Text::Pattern(3pm)
