# phpman > perldoc > CGI::Untaint::printable

## NAME
    [CGI::Untaint::printable](https://www.chedong.com/phpMan.php/perldoc/CGI%3A%3AUntaint%3A%3Aprintable/markdown) - validate as a printable value

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

## 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.

