PTools::String

Misc string functions not explicitly provided in Perl
Download

PTools::String Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Cobb
  • Publisher web site:
  • http://search.cpan.org/~ccobb/PTools-0.02/lib/PTools/Date/Format.pm

PTools::String Tags


PTools::String Description

Misc string functions not explicitly provided in Perl PTools::String is a Perl module that includes misc string functions not explicitly provided in Perl.SYNOPSIS use PTools::String; $strObj = new PTools::String; $result = $strObj->addCommasToNumber( $bigNumber ); $result = $strObj->centerInBuffer( $string, $bufferLength ); $result = $strObj->justifyRight( $string, $bufferLength ); $result = $strObj->justifyListRight( $arrayRef ); $result = $strObj->initialCaps( $string ); $result = $strObj->stripExtraWhiteSpace( $string ); $result = $strObj->stripLeftWhiteSpace( $string ); $result = $strObj->stripRightWhiteSpace( $string ); $result = $strObj->zero( $value ); $result = $strObj->plural( $counter, $word, $pluralSuffix, $singularSuffix ); $result = $strObj->prompt( $prompt, $editMatch, $errMsg, $default, @exitStr ); $result = $strObj->untaint( $taintedText, $untaintPattern ); Requirements: · Perl


PTools::String Related Software