Data::FormValidator's main aim is to make input validation expressible in a simple format. Data::FormValidator lets you define profiles which declare the required and optional fields and any constraints they might have. The results are provided as an...
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTCThis module provides a filter and a constraint method for use with "Data::FormValidator", to help make it easier to valid URIs....
GTERMARS/Data-FormValidator-URI-0.03 - 17 Jan 2021 23:38:36 UTCThis object is returned by the Data::FormValidator "check" method. It can be queried for information about the validation results....
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTCThese are the builtin filters which may be specified as a name in the *filters*, *field_filters*, and *field_filter_regexp_map* parameters of the input profile. Filters are applied as the first step of validation, possibly modifying a copy of the val...
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC"Data::FormValidator::Profile" provides an interface to help manage "Data::FormValidator" profiles. I found that I was frequently using "Data::FormValidator" profiles to help define my DB constraints and validation rules, but that depending on the co...
GTERMARS/Data-FormValidator-Profile-0.08 - 05 Jan 2021 08:08:18 UTCThis module adds tokens to HTML pages, which can be used to display error messages generated by the Data::FormValidator module. The easiest way to understand this might be to check out the tutorial, which provides example of using the kind of output ...
MARKSTOS/Data-FormValidator-Util-HTML-0.10 - 19 Jan 2004 17:00:03 UTC"Data::FormValidator::EmailValid" implements a constraint and filter for use with "Data::FormValidator" that do e-mail address validation/verification using "Email::Valid". Although I generally find that I'm using the filter and constraint together, ...
GTERMARS/Data-FormValidator-EmailValid-0.08 - 12 Jan 2021 18:56:37 UTCThese are the builtin constraints that can be specified by name in the input profiles. Be sure to check out the SEE ALSO section for even more pre-packaged constraints you can use....
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTCMany users when uploading image files never bother to shrink them down to a reasonable size. Instead of declining the upload because it is too large, this module will shrink the image down to a reasonable size during the form validation stage. The fi...
CEESHEK/Data-FormValidator-Filters-Image-0.40 - 23 Mar 2009 12:47:04 UTCThis module rewrites and formats an image. It is intended specifically to work with CGI::Application::Plugin::AJAXUpload and hence Data::FormValidator. Unlike, for example Data::FormValidator::Filters::Image, it takes raw image data and returns raw i...
SILASMONK/CGI-Application-Plugin-AJAXUpload-v0.0.3 - 14 Oct 2010 09:53:03 UTC"Data::FormValidator::Filters::WikiTrim" provides a slightly different "trim" filter than the default. Rather than trimming *all* leading/trailing whitespace, we trim all leading *blank lines* and all trailing whitespace. In a wikitext field, leading...
GTERMARS/Data-FormValidator-Filters-WikiTrim-0.03 - 18 Jan 2021 00:10:55 UTCThis module provides some simple, Data::FormValidator compatible constraint methods for validating HTTP request methods. For example, it may be desirable to consider a form invalid until the request method is POST....
ADAPAY/Data-FormValidator-Constraints-HTTP-0.01 - 26 Jul 2006 12:57:05 UTCThis module contains functions to help generate complex constraints. If you are writing new code, take a look at Data::FormValidator::Constraints::MethodsFactory instead. It's a modern alternative to what's here, offering improved names and syntax....
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTCdate_and_time Note: This is a new module is a new addition to Data::FormValidator and is should be considered "Beta". This constraint creates a regular expression based on the format string passed in to validate your date against. It understands the ...
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC"Data::FormValidator::Constraints::Words" provides several methods that can be used to generate constraint closures for use with "Data::FormValidator" for the purpose of validating textual input....
BARBIE/Data-FormValidator-Constraints-Words-0.10 - 04 Dec 2014 02:06:31 UTCThis is a Data::FormaValidator filter that acts as a wrapper for HTML::Strip. It removes html tags from variable data to help protect against cross-site scripting attacks....
DAVIDB/Data-FormValidator-Filters-HTMLStrip-0.13 - 14 Oct 2008 00:22:34 UTCMARKSTOS/Data-FormValidator-ErrMsgs-JavaScript-1.00 - 10 Mar 2010 02:21:04 UTC
Note: This is a new module is a new addition to Data::FormValidator and is should be considered "Beta". These module is meant to be used in conjunction with the Data::FormValidator module to automate the task of validating uploaded files. The followi...
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTCData::FormValidator filter that allows you to demoronise a string in form field values....
BARBIE/Data-FormValidator-Filters-Demoroniser-0.05 - 03 Oct 2014 02:06:01 UTC