logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CGI::Untaint::printable - validate as a printable value

Description

       This Input Handler verifies that it is dealing with an 'printable' string i.e. characters in the range
       \040-\377 (plus \r and \n).

       The empty string is taken to be printable.

       This is occasionally a useful 'fallback' pattern, but in general you will want to write your own patterns
       to be stricter.

perl v5.34.0                                       2022-06-10                       CGI::Untaint::printable(3pm)

Name

       CGI::Untaint::printable - validate as a printable value

Synopsis

         my $name = $handler->extract(-as_printable => 'name');

See Also